diff options
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 33851b6c..84397bfa 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -130,6 +130,11 @@ border-left-width: 0px; line-height: 18px; + .timeline & { + border-bottom-width: 1px; + border-bottom-style: solid; + } + .notify { .avatar { border-width: 3px; @@ -188,6 +193,7 @@ img, video { max-width: 100%; max-height: 400px; + object-fit: contain; } blockquote { @@ -293,12 +299,19 @@ .status { padding: 0.4em 0.7em 0.45em 0.7em; - border-bottom: 1px solid; - border-bottom-color: inherit; border-left: 4px rgba(255, 48, 16, 0.65); border-left-style: inherit; } + .status-conversation:last-child { + border-bottom: none; + } + + .timeline .panel.timeline { + border-radius: 10px; + overflow: hidden; + } + .muted { padding: 0.1em 0.4em 0.1em 0.8em; button { |
