diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-03-07 16:03:32 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-03-07 16:03:32 +0000 |
| commit | 2baff88e3ff74dc46ddd2cb614eda89ce532dd77 (patch) | |
| tree | 4c4bf07bba91652e019b99d21cbfdbee265d3b52 /src/components/attachment | |
| parent | bf1fa52e5e8c95d5887e887132782f10197bbc49 (diff) | |
| parent | 882e0243313e8f08e5e8995a6374b79f886c91a6 (diff) | |
Merge branch 'fix/gallery-css' into 'develop'
Fix gallery style - move hide button to top right
Closes #335
See merge request pleroma/pleroma-fe!579
Diffstat (limited to 'src/components/attachment')
| -rw-r--r-- | src/components/attachment/attachment.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 76affe2d..c58bebd3 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -160,6 +160,7 @@ .hider { position: absolute; + right: 0; white-space: nowrap; margin: 10px; padding: 5px; |
