Make muted notifications take much less space (handy for bot spam).

environments/dev/deployments/1
Shpuld Shpuldson 8 years ago
parent 0c7450252a
commit 39a6867557

@ -162,9 +162,12 @@
border-left: 4px rgba(255, 48, 16, 0.65); border-left: 4px rgba(255, 48, 16, 0.65);
border-left-style: inherit; border-left-style: inherit;
} }
.muted button { .muted {
padding: 0.1em 0.7em 0.1em 0.8em;
button {
margin-left: auto; margin-left: auto;
} }
}
a.unmute { a.unmute {
display: block; display: block;

Loading…
Cancel
Save