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:
commit
49790cc05f
1 changed files with 29 additions and 30 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue