diff options
| author | Henry Jameson <me@hjkos.com> | 2020-07-28 01:27:11 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-07-28 01:27:11 +0300 |
| commit | 65b6e23c00f09f3627e29987302cd16c9e069da2 (patch) | |
| tree | af192acd708b7c1a4cf30b3959e99aee6cd71d94 /src/components/status_content | |
| parent | 61d78ff11b18df641958f0492ff0f00512e31543 (diff) | |
refactor status
Diffstat (limited to 'src/components/status_content')
| -rw-r--r-- | src/components/status_content/status_content.vue | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/components/status_content/status_content.vue b/src/components/status_content/status_content.vue index bf8d376e..8539933c 100644 --- a/src/components/status_content/status_content.vue +++ b/src/components/status_content/status_content.vue @@ -1,6 +1,6 @@ <template> <!-- eslint-disable vue/no-v-html --> - <div class="status-body"> + <div class="StatusContent"> <slot name="header" /> <div v-if="status.summary_html" @@ -133,7 +133,7 @@ $status-margin: 0.75em; -.status-body { +.StatusContent { flex: 1; min-width: 0; @@ -283,13 +283,4 @@ $status-margin: 0.75em; color: $fallback--cGreen; color: var(--postGreentext, $fallback--cGreen); } - -.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); - border-bottom: none; - } -} - </style> |
