diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-18 17:30:56 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-18 17:30:56 +0300 |
| commit | 44b741e270fcd949d25340d34cabbe4361ac5a03 (patch) | |
| tree | c92d98da1cfa1557d0dd60d6aaa816049724edc1 /src/components/post_status_form | |
| parent | 8bab8658e8efd5b8b9f8de9311432c814fa2ef9c (diff) | |
better attachments in uploading (grid layout)
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; |
