Increased the padding right distance by 5px which fixes the issue of the UI jumping sometimes because the image full screen icon was overlapping the scrollbar. (#1631)

This commit is contained in:
Alejandro Gil 2022-10-31 13:37:38 -07:00 committed by GitHub
commit 90b4414096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ div.gallery:hover {
}
.css-ret2ud{
padding-left: 10px;
padding-right: 25px;
padding-right: 30px;
gap: initial;
display: initial;
}