2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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