Skip to content

Commit

Permalink
Fix small post floating bottom bar
Browse files Browse the repository at this point in the history
  • Loading branch information
armandocat committed Oct 9, 2017
1 parent baa38fe commit 796554a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ span.after-downvote-total-dollar {
.smi-show-as-grid-buttons {
display: none;
}
@media screen and (min-width: 700px) {
@media screen and (min-width: 840px) {
.smi-show-as-grid-buttons {
display: block;
}
Expand Down Expand Up @@ -623,6 +623,11 @@ html.smi-mobile.smi-posts-histogram-posts-list-shown body {
display: inline-block !important;
border-right: none;
}
.smi-post-floating-footer-on-body.smi-post-footer-small .smi-boost-button,
.smi-post-floating-footer-on-body.smi-post-footer-small .smi-promote-button {
display: none;
}




Expand Down

0 comments on commit 796554a

Please sign in to comment.