forked from rDrama/rDrama
1
0
Fork 0

increase margin

master
Aevann 2024-03-10 21:30:48 +02:00
parent c90ad7005d
commit 07467fcc08
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<div class="container pb-4 pb-md-2">
<div class="row justify-content-around" id="main-content-row">
<div class="col h-100 {% block customPadding %}custom-gutters{% endblock %}" id="main-content-col">
<h5 class="mt-2 mb-1 ml-1 toggleable d-mob-none" style="display:inline-block">{{chat.name}}</h5>
<h5 class="my-2 ml-1 toggleable d-mob-none" style="display:inline-block">{{chat.name}}</h5>
<b class="mt-2 ml-1 toggleable d-md-none" style="display:inline-block">{{chat.name}}</b>
{% if v.id == chat.owner_id %}