On mobile, show new user usernames in grey, and highlight system posts like the desktop site does.
This commit is contained in:
parent
afff145bd3
commit
7dcd3117fe
|
@ -299,9 +299,14 @@ span.post-count {
|
||||||
padding: 15px 10px 15px 10px;
|
padding: 15px 10px 15px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-post article.boxed img {
|
.topic-post {
|
||||||
|
article.boxed img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
&.moderator {
|
||||||
|
background-color: #eef0ff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.quote-button {
|
.quote-button {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -417,7 +422,12 @@ iframe {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin: -4px 0 0 -4px;
|
margin: -4px 0 0 -4px;
|
||||||
background-color: lighten(yellow, 35%);}
|
background-color: lighten(yellow, 35%);
|
||||||
|
}
|
||||||
|
|
||||||
|
h3.new-user a[href] {
|
||||||
|
color: $dark_gray;
|
||||||
|
}
|
||||||
|
|
||||||
.topic-meta-data {
|
.topic-meta-data {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in New Issue