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 %}