From a0dab54f88617e9cfcfb66a0d4f0f6b3b4f32822 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 22 Aug 2023 21:58:33 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- README.md | 2 ++ css/grid-n-view.css | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 9b1737b..f2f6f76 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ## ToDo +- BUG?: for some reason toggling fullscreen on a mobile device changes + font size... - Save current gallery (zip) - ~~Views: Gallery / Details / Lightbox~~ - Details: populate fields diff --git a/css/grid-n-view.css b/css/grid-n-view.css index f309c64..4162e67 100644 --- a/css/grid-n-view.css +++ b/css/grid-n-view.css @@ -42,6 +42,11 @@ /*--lightbox-background-color: rgba(0,0,0,0.8);*/ --color-transition: 1s; + + + /* base font size... */ + /* XXX can we use this as the basis for sizing for different devices??? */ + font-size: 5mm; } .gallery-dark {