diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-20 18:09:14 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-20 18:09:14 +0000 |
| commit | b436e0dd12167719c0f918a27df3ab4f43113d4c (patch) | |
| tree | 85639dcf134f8ec20d408f203532cc11eb6a3561 /src/components/status/status.vue | |
| parent | 5b8f5eddbf2d39ed8242255fd6188f1275561195 (diff) | |
| parent | 15b3651a3070cffeadeca83255e2052f519d5db8 (diff) | |
Merge branch 'webpack-4-dart-sass' into 'develop'
Massive update for dependencies
See merge request pleroma/pleroma-fe!734
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 53dfb9e7..aea5b78b 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -177,7 +177,6 @@ </div> </div> <div class="container" v-if="replying"> - <div class="reply-left"/> <post-status-form class="reply-body" :reply-to="status.id" :attentions="status.attentions" :repliedUser="status.user" :copy-message-scope="status.visibility" :subject="replySubject" v-on:posted="toggleReplying"/> </div> </template> @@ -631,16 +630,11 @@ a.unmute { margin-left: auto; } -.reply-left { - flex: 0; - min-width: 48px; -} - .reply-body { flex: 1; } -.timeline > { +.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); |
