mirror of
https://github.com/discourse/discourse.git
synced 2025-05-03 20:54:35 +08:00
fix mobile badge colors, jay leno P chins
This commit is contained in:
parent
0ade2be7d6
commit
0e23641291
@ -95,6 +95,9 @@ blockquote {
|
|||||||
p {
|
p {
|
||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px 0;
|
||||||
}
|
}
|
||||||
|
p:last-of-type {
|
||||||
|
margin-bottom:0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-statuses {
|
.topic-statuses {
|
||||||
|
@ -114,6 +114,10 @@
|
|||||||
top: -9px;
|
top: -9px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
color: $tertiary !important;
|
||||||
|
/* this !important is a terrible hack but the badge colors are
|
||||||
|
being overridden in a way I can't figure out on mobile, appears
|
||||||
|
to be a CSS precedence problem */
|
||||||
}
|
}
|
||||||
.unread-notifications {
|
.unread-notifications {
|
||||||
right: -4px;
|
right: -4px;
|
||||||
|
@ -121,6 +121,10 @@
|
|||||||
.badge-notification {
|
.badge-notification {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
|
color: $tertiary !important;
|
||||||
|
/* this important is a terrible hack but the badge colors are
|
||||||
|
being overridden in a way I can't figure out on mobile, appears
|
||||||
|
to be a CSS precedence problem */
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-item-stats {
|
.topic-item-stats {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user