forked from rDrama/rDrama
1
0
Fork 0

cosmetic chat fix

master
Aevann 2024-03-10 20:22:11 +02:00
parent 9fc14e1d25
commit b3a4a6103a
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-none d-md-block" style="display:inline-block">{{chat.name}}</h5>
<h5 class="mt-2 mb-1 ml-1 toggleable d-mob-none" style="display:inline-block">{{chat.name}}</h5>
<span class="mt-2 ml-1 toggleable d-md-none" style="display:inline-block">{{chat.name}}</span>
{% if v.id == chat.owner_id %}