diff options
| author | Shpuld Shpludson <shp@cock.li> | 2017-11-12 22:41:31 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2017-11-12 22:41:31 +0000 |
| commit | c7f5f3f59512ea7eb389d9c1543dabe6cfdda55e (patch) | |
| tree | f272c36b689f62d6710fcfeea79438924541ca3d /src/components/status/status.vue | |
| parent | 58135410063477e708e0dca090a67fe6a3e6b4c4 (diff) | |
| parent | c18aace3da78f3603528fa621077b3df846aefc9 (diff) | |
Merge branch 'css-fixes-and-updates' into 'develop'
Css fixes and updates
See merge request pleroma/pleroma-fe!150
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 { |
