tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-08-22 21:58:33 +03:00
parent e497337095
commit a0dab54f88
2 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,8 @@
## ToDo ## ToDo
- BUG?: for some reason toggling fullscreen on a mobile device changes
font size...
- Save current gallery (zip) - Save current gallery (zip)
- ~~Views: Gallery / Details / Lightbox~~ - ~~Views: Gallery / Details / Lightbox~~
- Details: populate fields - Details: populate fields

View File

@ -42,6 +42,11 @@
/*--lightbox-background-color: rgba(0,0,0,0.8);*/ /*--lightbox-background-color: rgba(0,0,0,0.8);*/
--color-transition: 1s; --color-transition: 1s;
/* base font size... */
/* XXX can we use this as the basis for sizing for different devices??? */
font-size: 5mm;
} }
.gallery-dark { .gallery-dark {