From fa9efb799c8eadfa0a467608a775634f9d4875c7 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 15 Nov 2017 14:52:33 -0500 Subject: [PATCH] fixing some button issues on mobile posts --- app/assets/stylesheets/mobile/topic-post.scss | 59 +++++++++---------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index ab1312fa26e..bb2a7599a89 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -20,45 +20,44 @@ span.badge-posts { display: none; } -nav.post-controls { - clear: both; - .d-icon { - opacity: 1.0; - } -} - .who-liked { margin-left: 10px; } .topic-post { - button { - border: none; - font-size: 1.214em; - padding: 8px 10px; - vertical-align: top; - background: transparent; - color: dark-light-choose($primary-low-mid, $secondary-high); - float: left; - &.hidden { - display: none; + nav.post-controls { + clear: both; + .d-icon { + opacity: 1.0; } - &.admin { - position: relative; - } - &.expand-post { - margin:10px 0 10px 0; - } - &.has-like {color: $love;} + button { + border: none; + font-size: 1.214em; + padding: 8px 10px; + vertical-align: top; + background: transparent; + color: dark-light-choose($primary-low-mid, $secondary-high); + float: left; + &.hidden { + display: none; + } + &.admin { + position: relative; + } + &.expand-post { + margin:10px 0 10px 0; + } + &.has-like {color: $love;} - &.bookmarked { - color: $tertiary; + &.bookmarked { + color: $tertiary; + } } - } - button.like-count { - font-size: 1em; - padding: 8px 4px; + button.like-count { + font-size: 1em; + padding: 8px 4px; + } } }