From a190443ccdc09e053851c93205ad3c497d5059f6 Mon Sep 17 00:00:00 2001 From: Tyler Stilson <78005462+TylerStilson@users.noreply.github.com> Date: Tue, 19 Apr 2022 07:35:19 -0600 Subject: [PATCH] added space in gallery view (#2725) Co-authored-by: Mattermod --- webapp/src/components/gallery/gallery.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/src/components/gallery/gallery.scss b/webapp/src/components/gallery/gallery.scss index f58820b92..017c3bc1a 100644 --- a/webapp/src/components/gallery/gallery.scss +++ b/webapp/src/components/gallery/gallery.scss @@ -2,6 +2,7 @@ display: flex; flex-wrap: wrap; overflow: auto; + margin-top: 10px; .octo-gallery-new { border: 1px solid rgba(var(--center-channel-color-rgb), 0.09);