diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-28 12:48:17 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-28 12:48:17 +0300 |
| commit | 9d6f2332024a86a6d51ec92fd2fb77e27f749fd1 (patch) | |
| tree | c09f5c9ea389422a605d9f9f800dc02921ee0152 /src | |
| parent | 3d5da3caf99e4a81e1837ecf2c7dc94defbfb569 (diff) | |
fix preview attachments getting wrong styles
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 848d6af7..31fac47b 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -499,7 +499,7 @@ flex-direction: column; } - .attachments { + .media-upload-wrapper .attachments { padding: 0 0.5em; .attachment { |
