diff options
| author | Edijs <iamedijs@hotmail.com> | 2019-02-11 11:08:25 -0700 |
|---|---|---|
| committer | Edijs <iamedijs@hotmail.com> | 2019-02-11 11:08:25 -0700 |
| commit | dd1b25600564e3047dc3355aaa0e88c6b8814ddd (patch) | |
| tree | 634ec933207d3e86b4644e07db51e9d124e4b5b3 /src | |
| parent | 9f3f1ee7cb139a8fbea8c75fc6a85cc5476a51df (diff) | |
Fix typo
Diffstat (limited to 'src')
| -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 5c3fe596..7b914291 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -552,6 +552,7 @@ a.unmute { .timeline > { .status-el:last-child { + border-bottom: 0 0 $fallback--panelRadius $fallback--panelRadius; border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius); border-bottom: none; } |
