forked from rDrama/rDrama
1
0
Fork 0

more margin on desktop

master
Aevann 2024-03-10 21:58:15 +02:00
parent ada702dc39
commit 4274bb36c7
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#chat-window {
max-height: calc(100vh - 240px);
max-height: calc(100vh - 250px);
overflow-y: auto;
background-color: transparent !important;
}

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="my-2 ml-1 toggleable d-mob-none" style="display:inline-block">{{chat.name}}</h5>
<h5 class="my-3 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 %}