diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-25 17:42:41 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-25 17:42:41 +0300 |
| commit | 2f1070deb63af7f351fb3e33e44394160c689be4 (patch) | |
| tree | b71f8c86bca51313ee9c526d1fd2f986dd33e76f /src/components/status/status.vue | |
| parent | 698ebf70037c3231b96f417ad1afeaad1da47d55 (diff) | |
collateral fixes
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index c4a268d0..710f2027 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -533,6 +533,7 @@ a.unmute { .status-el:last-child { border-bottom-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;; border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius); + border-bottom: none; } } |
