mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:34:28 +08:00
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,8 +299,13 @@ span.post-count {
|
|||
padding: 15px 10px 15px 10px;
|
||||
}
|
||||
|
||||
.topic-post article.boxed img {
|
||||
max-width: 100%;
|
||||
.topic-post {
|
||||
article.boxed img {
|
||||
max-width: 100%;
|
||||
}
|
||||
&.moderator {
|
||||
background-color: #eef0ff;
|
||||
}
|
||||
}
|
||||
|
||||
.quote-button {
|
||||
|
@ -417,11 +422,16 @@ iframe {
|
|||
border-radius: 4px;
|
||||
padding: 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 {
|
||||
white-space: nowrap;
|
||||
float: left;
|
||||
white-space: nowrap;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.user-title {
|
||||
|
|
Loading…
Reference in New Issue
Block a user