diff options
| author | Henry Jameson <me@hjkos.com> | 2019-04-07 20:36:55 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-04-07 20:36:55 +0300 |
| commit | 5d2177a048c579b179fc2e8c2ef1a517a96a7610 (patch) | |
| tree | cf3579f8d24c28f17ea91de14926a7fe5fd3059f | |
| parent | 9108737d55300d8a4f822ba94335d8b53f04854d (diff) | |
fix obvious bug
| -rw-r--r-- | src/components/status/status.vue | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index cda1dfc8..64c8a4b7 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -818,14 +818,6 @@ a.unmute { flex: 1; } -.timeline > { - .status-el:last-child { - border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius; - border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius); - border-bottom: none; - } -} - @media all and (max-width: 800px) { .status-el { .retweet-info { |
