From 38159c783b6fa6afeb9c48417e606467851a4b15 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 30 Nov 2021 18:41:03 +0200 Subject: [PATCH] fdfd --- files/templates/comments.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index d867963d4d..077c8563fe 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -564,8 +564,8 @@ - Comment - Cancel + Comment + Cancel
Formatting help
@@ -841,6 +841,12 @@ .smol { font-size: 11.5px; } + + @media (max-width: 768px) { + .commentmob { + margin-top: 0.5rem !important; + } + } \ No newline at end of file