From 1224d29bcf06fd0475ccf27795e7577a3b3810f6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 5 Apr 2024 10:08:34 +0200 Subject: [PATCH] same as last commit --- files/assets/css/chat.css | 12 ++++++++++++ files/templates/private_chat.html | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index feb6fae45..253b7df59 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -207,3 +207,15 @@ h1, h2, h3, h4, h5, h6 { .patron[style*="background-color:#ffffff"] { color: black !important; } + +#leave-private-chat { + margin-top: -3px; + padding-top: 0.1rem; + padding-bottom: 0.15rem; +} + +@media (max-width: 768px) { + #leave-private-chat { + padding-bottom: 0.05rem; + } +} diff --git a/files/templates/private_chat.html b/files/templates/private_chat.html index eee1f0669..4800e4215 100644 --- a/files/templates/private_chat.html +++ b/files/templates/private_chat.html @@ -26,7 +26,7 @@ {% else %} - + {% endif %}