fixing some button issues on mobile posts

This commit is contained in:
Kris 2017-11-15 14:52:33 -05:00
parent 06a6ddc3ba
commit fa9efb799c

View File

@ -20,18 +20,16 @@ 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 {
nav.post-controls {
clear: both;
.d-icon {
opacity: 1.0;
}
button { button {
border: none; border: none;
font-size: 1.214em; font-size: 1.214em;
@ -61,6 +59,7 @@ nav.post-controls {
padding: 8px 4px; padding: 8px 4px;
} }
} }
}
/* shift post reply button to the right and make it black */ /* shift post reply button to the right and make it black */