aboutsummaryrefslogtreecommitdiff
path: root/data/static/style.css
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-07-05 21:51:24 -0500
committerthinkpadmaster <a.scerba02@gmail.com>2023-07-05 21:51:24 -0500
commitd97eefef2761a60136f67a2f3eddcc8087d558cb (patch)
tree8c9b096c4c9d4027ffc12dcb9c0bb5a62ff8c6e4 /data/static/style.css
parent76f6b6ad03ee6708e6e3a03df784754f1563c6bb (diff)
Move to more consistent nav backing
Diffstat (limited to 'data/static/style.css')
-rw-r--r--data/static/style.css19
1 files 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;
}