From cb345c3415b6a09a12b794904bbd85ef7c67af7e Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 19 Apr 2025 21:13:24 +0500 Subject: feat: navigation bar and sidebar --- public/static/style.css | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'public/static/style.css') diff --git a/public/static/style.css b/public/static/style.css index f4d8380..8f4c95b 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -34,9 +34,10 @@ table.vertical td { .wrapper { flex-grow: 1; display: flex; + flex-direction: column; } -main.content { +section.content { flex-grow: 1; display: flex; flex-direction: column; @@ -44,6 +45,29 @@ main.content { margin: 6px; } +.page { + display: flex; + flex-direction: row; +} + +/** +----------- + NAVBAR +----------- +*/ + +.navbar { + display: flex; + flex-direction: row; + padding: 4px; +} + +.navbar .links { + display: flex; + align-items: end; + gap: 4px; +} + /** ------------- BUTTONS -- cgit v1.2.3