diff --git a/files/templates/chat.html b/files/templates/chat.html index 2f114029de..9bcaafeca7 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -57,7 +57,7 @@ @media (max-width: 768px) { #shrink * { - font-size: 10px !important; + font-size: 10px; } .fa-reply:before { font-size: 9px; @@ -71,18 +71,12 @@ } p { - margin: 0 !important; display: inline !important; } - blockquote p { - padding-bottom: 0.3rem !important; - padding-top: 0.3rem !important; - margin-left: 0 !important; - } - blockquote { - margin: 5px 0 5px 27px !important; + margin: 5px 0 5px 0; + padding: 0.3rem 1rem; } #online {