forked from AkkomaGang/akkoma-fe
Make muted notifications take much less space (handy for bot spam).
This commit is contained in:
parent
0c7450252a
commit
39a6867557
1 changed files with 5 additions and 2 deletions
|
@ -162,8 +162,11 @@
|
|||
border-left: 4px rgba(255, 48, 16, 0.65);
|
||||
border-left-style: inherit;
|
||||
}
|
||||
.muted button {
|
||||
margin-left: auto;
|
||||
.muted {
|
||||
padding: 0.1em 0.7em 0.1em 0.8em;
|
||||
button {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
a.unmute {
|
||||
|
|
Loading…
Reference in a new issue