Merge pull request #5317 from awesomerobot/master

fixing some button issues on mobile posts
This commit is contained in:
Jeff Atwood 2017-11-15 12:02:40 -08:00 committed by GitHub
commit 49790cc05f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,45 +20,44 @@ span.badge-posts {
display: none; display: none;
} }
nav.post-controls {
clear: both;
.d-icon {
opacity: 1.0;
}
}
.who-liked { .who-liked {
margin-left: 10px; margin-left: 10px;
} }
.topic-post { .topic-post {
button { nav.post-controls {
border: none; clear: both;
font-size: 1.214em; .d-icon {
padding: 8px 10px; opacity: 1.0;
vertical-align: top;
background: transparent;
color: dark-light-choose($primary-low-mid, $secondary-high);
float: left;
&.hidden {
display: none;
} }
&.admin { button {
position: relative; border: none;
} font-size: 1.214em;
&.expand-post { padding: 8px 10px;
margin:10px 0 10px 0; vertical-align: top;
} background: transparent;
&.has-like {color: $love;} 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 { &.bookmarked {
color: $tertiary; color: $tertiary;
}
} }
}
button.like-count { button.like-count {
font-size: 1em; font-size: 1em;
padding: 8px 4px; padding: 8px 4px;
}
} }
} }