diff --git a/web/pw-server/src/routes/__layout.svelte b/web/pw-server/src/routes/__layout.svelte index 53b6269..250cdef 100644 --- a/web/pw-server/src/routes/__layout.svelte +++ b/web/pw-server/src/routes/__layout.svelte @@ -3,7 +3,15 @@
-
+
@@ -17,10 +25,35 @@ flex-direction: column; } - .top-bar { - height: 40px; + .navbar { + height: 48px; background-color: $bg-color; border-bottom: 1px solid; flex-shrink: 0; + display: flex; + justify-content: space-between; + padding: 0 15px; + } + + .navbar-user a { + font-size: 18px; + color: #eee; + font-family: Helvetica, sans-serif; + padding: 4px 8px; + text-decoration: none; + } + + .navbar-main { + margin: auto 0; + } + + .navbar-main a { + font-size: 20px; + color: #eee; + text-decoration: none; + } + + .navbar-user { + margin: auto 0; }