added space in gallery view (#2725)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Tyler Stilson 2022-04-19 07:35:19 -06:00 committed by GitHub
parent bb7ee3851c
commit a190443ccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);