aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-06-30 11:02:10 +0300
committerShpuld Shpuldson <shp@cock.li>2020-06-30 11:02:10 +0300
commit0ca3a6e63d6dd8ed59cdf0c14780b5616667accc (patch)
tree20d4e581aabaff2e050c434a6a6f9d165522a5ac /src
parenta09709f71d5477e2620d04e1cf6178fdb87671b3 (diff)
fix gallery-videos being weirdly offset
Diffstat (limited to 'src')
-rw-r--r--src/components/gallery/gallery.vue4
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%;