aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/public/styles.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/public/styles.css b/src/public/styles.css
index b1d1318..170c4b7 100644
--- a/src/public/styles.css
+++ b/src/public/styles.css
@@ -206,7 +206,7 @@ nav {
206 206
207.gallery-item.card > a > img { 207.gallery-item.card > a > img {
208 max-width: 95vw; 208 max-width: 95vw;
209 max-height: 95vh; 209 max-height: 30vh;
210 width: auto; 210 width: auto;
211 height: auto; 211 height: auto;
212} 212}
@@ -231,6 +231,8 @@ nav {
231 align-items: center; 231 align-items: center;
232 232
233 cursor: pointer; 233 cursor: pointer;
234
235 z-index: 10;
234} 236}
235 237
236.gallery-item-idx.card, 238.gallery-item-idx.card,