From 943bcc34cd55d9bd98271bbca5f7a20055e06756 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:44:51 +1200 Subject: [PATCH] tweak css for post utilities bar --- app/static/styles.css | 7 +++---- app/static/styles.scss | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index 0a6403ac..b3c9d2db 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -950,7 +950,7 @@ div.navbar { .post_utilities_bar_wrapper { position: absolute; - bottom: -7px; + bottom: -9px; width: 97%; } @@ -977,12 +977,11 @@ div.navbar { } .post_utilities_bar .post_replies_link { display: flex; - width: 44px; + min-width: 44px; height: 44px; padding: 3px; - justify-content: center; align-items: center; - margin-left: -6px; + margin-left: -3px; } .post_utilities_bar .voting_buttons_new { display: flex; diff --git a/app/static/styles.scss b/app/static/styles.scss index 4790d0f8..442fcd69 100644 --- a/app/static/styles.scss +++ b/app/static/styles.scss @@ -545,7 +545,7 @@ div.navbar { .post_utilities_bar_wrapper { position: absolute; - bottom: -7px; + bottom: -9px; width: 97%; } @@ -571,12 +571,11 @@ div.navbar { .post_replies_link { display: flex; - width: $min-touch-target; + min-width: $min-touch-target; height: $min-touch-target; padding: 3px; - justify-content: center; align-items: center; - margin-left: -6px; + margin-left: -3px; } .voting_buttons_new {