diff options
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 5078ad5f..5ff191cf 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -290,7 +290,7 @@ <gallery v-if="newStatus.files && newStatus.files.length > 0" class="attachments" - :maxPerRow="1" + :grid="true" :nsfw="false" :attachments="newStatus.files" :descriptions="newStatus.mediaDescriptions" @@ -318,23 +318,6 @@ <style lang="scss"> @import '../../_variables.scss'; -.tribute-container { - ul { - padding: 0px; - li { - display: flex; - align-items: center; - } - } - img { - padding: 3px; - width: 16px; - height: 16px; - border-radius: $fallback--avatarAltRadius; - border-radius: var(--avatarAltRadius, $fallback--avatarAltRadius); - } -} - .post-status-form { position: relative; |
