mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 18:52:45 +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 {
|
img {
|
||||||
max-height: 170px;
|
max-height: 170px;
|
||||||
max-width: 20%;
|
max-width: 20%;
|
||||||
|
@media all and (max-width: 600px) {
|
||||||
|
max-width: 35%;
|
||||||
|
}
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
@ -47,8 +47,13 @@ span.badge-posts {
|
||||||
&.expand-post {
|
&.expand-post {
|
||||||
margin:10px 0 10px 0;
|
margin:10px 0 10px 0;
|
||||||
}
|
}
|
||||||
&.has-like {color: $love;}
|
&.reply {
|
||||||
|
float: right;
|
||||||
|
color: $primary-high;
|
||||||
|
}
|
||||||
|
&.has-like {
|
||||||
|
color: $love;
|
||||||
|
}
|
||||||
&.bookmarked {
|
&.bookmarked {
|
||||||
color: $tertiary;
|
color: $tertiary;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user