From d9a432211587a73c80a231dc7525bb1150b8faa6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 15 May 2023 22:28:12 +0300 Subject: [PATCH 1/2] notes... Signed-off-by: Alex A. Naanou --- Viewer/css/layout.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Viewer/css/layout.css b/Viewer/css/layout.css index 07861708..48eb60c0 100755 --- a/Viewer/css/layout.css +++ b/Viewer/css/layout.css @@ -1,5 +1,8 @@ /********************************************************************** * +* XXX extract all theming and ui config to vars... +* XXX experiment: rewrite the css via flexbox... (???) +* * ********************************************************* Settings ***/ @@ -20,11 +23,7 @@ } -/******************************************************** theaming ***/ -/* -* XXX need to extract L0 theaming and ui config to vars... -* XXX need to rewrite the css via fexbox... (???) -*/ +/********************************************************* theming ***/ .viewer, .viewer.gray { From 334cc66f6f7e1d2fe1996912e317e54d1c034447 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 16 May 2023 23:41:13 +0300 Subject: [PATCH 2/2] more notes... Signed-off-by: Alex A. Naanou --- Viewer/css/layout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Viewer/css/layout.css b/Viewer/css/layout.css index 48eb60c0..9cb2277d 100755 --- a/Viewer/css/layout.css +++ b/Viewer/css/layout.css @@ -2,6 +2,9 @@ * * XXX extract all theming and ui config to vars... * XXX experiment: rewrite the css via flexbox... (???) +* XXX should we also add sizing here??? +* ...everything should be relatively sized, but do we need to +* explicitly control the base size??? * * ********************************************************* Settings ***/