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.

This commit is contained in:
ZeroCool940711 2022-10-31 13:34:23 -07:00
parent 2ea2606e83
commit f82a91333a

View File

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