diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-03-02 16:35:38 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-03-02 16:35:38 +0000 |
| commit | c4f8426349baaa7e804182e455126c9353b08744 (patch) | |
| tree | 3c528dc7a82e7ef7272e32b079dd41981e65e858 /src/components/gallery | |
| parent | 6f903016a4337d2c10ac6fa3ed5205df2e15b44b (diff) | |
Re-do status header a bit, add more consistent spacing to status
Diffstat (limited to 'src/components/gallery')
| -rw-r--r-- | src/components/gallery/gallery.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/gallery/gallery.vue b/src/components/gallery/gallery.vue index 3f90caa9..2366ddf7 100644 --- a/src/components/gallery/gallery.vue +++ b/src/components/gallery/gallery.vue @@ -36,6 +36,9 @@ box-sizing: border-box; // to make failed images a bit more noticeable on chromium min-width: 2em; + &:last-child { + margin: 0; + } } .image-attachment { |
