From aa5d0e074babc95e4b9d574a1e6a88e3e85580b2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 13 Apr 2022 03:12:38 +0200 Subject: [PATCH] fd --- files/assets/css/main.css | 3 ++ files/templates/comments.html | 38 +++++++++---------- files/templates/post_actions.html | 2 +- files/templates/post_actions_mobile.html | 38 +++++++++---------- .../templates/post_admin_actions_mobile.html | 24 ++++++------ files/templates/userpage.html | 2 +- 6 files changed, 55 insertions(+), 52 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 8a310c7f9..e75d9a398 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -4383,6 +4383,9 @@ div.deleted.banned { .btn { background-color: var(--gray-700) !important; } +.nobackground { + background: None !important; +} textarea { resize: both !important; } diff --git a/files/templates/comments.html b/files/templates/comments.html index 44145a7c0..bd4ab6606 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -404,18 +404,18 @@