mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:02:29 +08:00
Merge pull request #5326 from discourse/mobile-fix
mobile topic adjustments
This commit is contained in:
commit
f00b9b15e2
|
@ -134,6 +134,9 @@ aside.onebox {
|
|||
img {
|
||||
max-height: 170px;
|
||||
max-width: 20%;
|
||||
@media all and (max-width: 600px) {
|
||||
max-width: 35%;
|
||||
}
|
||||
height: auto;
|
||||
width: auto;
|
||||
float: left;
|
||||
|
|
|
@ -47,8 +47,13 @@ span.badge-posts {
|
|||
&.expand-post {
|
||||
margin:10px 0 10px 0;
|
||||
}
|
||||
&.has-like {color: $love;}
|
||||
|
||||
&.reply {
|
||||
float: right;
|
||||
color: $primary-high;
|
||||
}
|
||||
&.has-like {
|
||||
color: $love;
|
||||
}
|
||||
&.bookmarked {
|
||||
color: $tertiary;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user