From f27164c1113b6bffde2d6fc72ed6f40013028c18 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 01:43:33 -0500 Subject: [PATCH] top nav --- web/public/style.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/web/public/style.css b/web/public/style.css index 3e53ef3..6558c74 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -79,7 +79,27 @@ html { body { height: 100dvh; } -main { +#nav { + position: fixed; + left: 0; + right: 0; + display: flex; + justify-content: space-between; + padding: 6px 12px; + width: 100%; + background-color: #80808000; + z-index: 5; + user-select: none; +} +#nav_border { + position: fixed; + left: 0; + right: 0; + top: 42px; + height: 2px; + width: 100%; + z-index: 5; +} height: 100dvh; margin: 0 auto; /* padding-top: 64px; */