From 4274bb36c73ccca98d0581c2f36b9405ccbba33c Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 10 Mar 2024 21:58:15 +0200 Subject: [PATCH] more margin on desktop --- files/assets/css/chat.css | 2 +- files/templates/private_chat.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index cdd8f4e1d1..feb6fae455 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -1,5 +1,5 @@ #chat-window { - max-height: calc(100vh - 240px); + max-height: calc(100vh - 250px); overflow-y: auto; background-color: transparent !important; } diff --git a/files/templates/private_chat.html b/files/templates/private_chat.html index 9491418f18..44c8f2e59a 100644 --- a/files/templates/private_chat.html +++ b/files/templates/private_chat.html @@ -12,7 +12,7 @@
-
{{chat.name}}
+
{{chat.name}}
{{chat.name}} {% if v.id == chat.owner_id %}