diff options
| author | Henry Jameson <me@hjkos.com> | 2019-05-13 21:54:25 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-05-13 21:54:25 +0300 |
| commit | addeb852200688170654d9bd687de75bc5d30a85 (patch) | |
| tree | d2b38f46a009c2604988a0a4b398bbdabcfe141c /src/components/status/status.vue | |
| parent | 750dca4a108bc296afa1586e0d414d3f48bc8032 (diff) | |
fix prod build
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 02715253..490e167b 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -627,7 +627,7 @@ a.unmute { flex: 1; } -.timeline > { +.timeline :not(.panel-disabled) > { .status-el:last-child { border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius; border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius); |
