diff --git a/app/static/styles.css b/app/static/styles.css index becbe8a3..85edd914 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -765,13 +765,13 @@ div.navbar { bottom: -12px; left: 10px; } -.post_list .post_teaser .main_row .post_utilities a { +.post_list .post_teaser .main_row .post_utilities a, .post_list .post_teaser .main_row .post_utilities > div, .post_list .post_teaser .main_row .post_utilities > span { display: inline-block; min-width: 44px; line-height: 44px; text-align: center; } -.post_list .post_teaser .main_row .post_utilities a:first-child { +.post_list .post_teaser .main_row .post_utilities a:first-child, .post_list .post_teaser .main_row .post_utilities > div:first-child, .post_list .post_teaser .main_row .post_utilities > span:first-child { text-align: left; } .post_list .post_teaser .main_row .post_options { diff --git a/app/static/styles.scss b/app/static/styles.scss index 2ab91439..388a4acd 100644 --- a/app/static/styles.scss +++ b/app/static/styles.scss @@ -356,7 +356,7 @@ div.navbar { position: absolute; bottom: -12px; left: 10px; - a { + a, > div, > span { display: inline-block; min-width: 44px; line-height: 44px;