mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 16:29:25 +08:00
visual tweaks for topic lists on mobile
This commit is contained in:
parent
da4bd6f7e9
commit
3b46ec7ae3
|
@ -80,7 +80,17 @@
|
|||
.badge-notification {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
i {color: $secondary;}
|
||||
font-size: 1.071em;
|
||||
padding: 4px 6px 3px 6px;
|
||||
i {color: $secondary;}
|
||||
|
||||
&.new-topic::before {
|
||||
content: none;
|
||||
margin-right: 0;
|
||||
}
|
||||
&.new-topic {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.topic-item-stats {
|
||||
|
@ -91,7 +101,7 @@
|
|||
.category a {
|
||||
max-width: 160px;
|
||||
}
|
||||
.num .fa {
|
||||
.num .fa, a, a:visited {
|
||||
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user