From bee447dfe0c62b5541eb9191397e7f4600dc4735 Mon Sep 17 00:00:00 2001 From: Hendrik L Date: Thu, 11 Jul 2024 07:55:37 +0200 Subject: [PATCH] don't move unhide button around --- app/static/styles.css | 3 --- app/static/styles.scss | 3 --- 2 files changed, 6 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index 85ff1d7b..dd28dba6 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -1233,9 +1233,6 @@ div.navbar { .comment a.unhide { display: none; text-decoration: none; - padding: 5px 15px; - position: relative; - top: 3px; } .comment .comment_actions { margin-top: -10px; diff --git a/app/static/styles.scss b/app/static/styles.scss index 89e6c9b5..bec3c443 100644 --- a/app/static/styles.scss +++ b/app/static/styles.scss @@ -900,9 +900,6 @@ div.navbar { a.unhide { display: none; text-decoration: none; - padding: 5px 15px; - position: relative; - top: 3px; } .comment_actions {