mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
Merge pull request #5317 from awesomerobot/master
fixing some button issues on mobile posts
This commit is contained in:
commit
49790cc05f
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user