diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-30 11:02:10 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-30 11:02:10 +0300 |
| commit | 0ca3a6e63d6dd8ed59cdf0c14780b5616667accc (patch) | |
| tree | 20d4e581aabaff2e050c434a6a6f9d165522a5ac /src/components/gallery | |
| parent | a09709f71d5477e2620d04e1cf6178fdb87671b3 (diff) | |
fix gallery-videos being weirdly offset
Diffstat (limited to 'src/components/gallery')
| -rw-r--r-- | src/components/gallery/gallery.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/gallery/gallery.vue b/src/components/gallery/gallery.vue index 1ffa7b3c..ca91c9c1 100644 --- a/src/components/gallery/gallery.vue +++ b/src/components/gallery/gallery.vue @@ -50,9 +50,7 @@ align-content: stretch; } - // FIXME: specificity problem with this and .attachments.attachment - // we shouldn't have the need for .image here - .attachment.image { + .gallery-row-inner .attachment { margin: 0 0.5em 0 0; flex-grow: 1; height: 100%; |
