From d97eefef2761a60136f67a2f3eddcc8087d558cb Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Wed, 5 Jul 2023 21:51:24 -0500 Subject: Move to more consistent nav backing --- data/static/style.css | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/data/static/style.css b/data/static/style.css index dbc043c..cc89f3a 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -361,23 +361,14 @@ img { display: flex; flex-direction: column; position: fixed; - top: 40px; - right: 25px; - z-index: 3; - - /* HIDDEN INITIALLY : */ - - visibility: hidden; - } - .bg-nav-block { - display: block; - position: fixed; - width: 160px; - height: 250px; top: 0; right: 0; - z-index: 1; + z-index: 2; background-color: var(--dark-transparent); + padding: 70px 20px 20px 20px; + + /* HIDDEN INITIALLY : */ + visibility: hidden; } -- cgit v1.2.3