diff options
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index cc315a90..3fb3e986 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -129,6 +129,8 @@ word-break: break-word; border-left-width: 0px; line-height: 18px; + border-bottom: 1px solid; + border-bottom-color: inherit; .notify { .avatar { @@ -188,6 +190,7 @@ img, video { max-width: 100%; max-height: 400px; + object-fit: contain; } blockquote { @@ -279,12 +282,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 { |
