fix mobile badge colors, jay leno P chins
This commit is contained in:
parent
0ade2be7d6
commit
0e23641291
|
@ -95,6 +95,9 @@ blockquote {
|
|||
p {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
p:last-of-type {
|
||||
margin-bottom:0;
|
||||
}
|
||||
}
|
||||
|
||||
.topic-statuses {
|
||||
|
|
|
@ -114,6 +114,10 @@
|
|||
top: -9px;
|
||||
z-index: 1;
|
||||
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 {
|
||||
right: -4px;
|
||||
|
|
|
@ -121,6 +121,10 @@
|
|||
.badge-notification {
|
||||
position: relative;
|
||||
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 {
|
||||
|
|
Loading…
Reference in New Issue