UX: Mentions are not styled on mobile.
This commit is contained in:
parent
3af5ab8c2c
commit
7af0e0006f
|
@ -352,3 +352,12 @@ table.md-table {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
a.mention, a.mention-group {
|
||||
padding: 2px 4px;
|
||||
color: dark-light-diff($primary, $secondary, 30%, -30%);
|
||||
background: dark-light-diff($primary, $secondary, 95%, -60%);
|
||||
border-radius: 8px;
|
||||
font-weight: bold;
|
||||
font-size: 0.93em;
|
||||
}
|
||||
|
|
|
@ -571,16 +571,6 @@ video {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
a.mention, a.mention-group {
|
||||
padding: 2px 4px;
|
||||
color: dark-light-diff($primary, $secondary, 30%, -30%);
|
||||
background: dark-light-diff($primary, $secondary, 95%, -60%);
|
||||
border-radius: 8px;
|
||||
font-weight: bold;
|
||||
font-size: 0.93em;
|
||||
}
|
||||
|
||||
|
||||
.moderator {
|
||||
.topic-body {
|
||||
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
|
||||
|
|
Loading…
Reference in New Issue