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 {