diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-03-30 15:11:32 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-03-30 15:11:32 +0300 |
| commit | 39a6867557e1af5dfa4047dc3e19f80069b744a4 (patch) | |
| tree | 65d00539515e43a53e69371c10d7e95e07bfcacc /src | |
| parent | 0c7450252a3e42a5fc6488b0def26c5934fb0adb (diff) | |
Make muted notifications take much less space (handy for bot spam).
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 62a55505..993ce796 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -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 { |
