Sidebar fix

Styles now actually get applied and sidebar doesn't block content
Also the login page doesn't have a sidebar now
This commit is contained in:
2026-05-02 19:09:41 +02:00
parent 4a3d432e9a
commit 931bd27c65
6 changed files with 64 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
<head>
<link data-trunk rel="rust" data-bin="bin" />
<link rel="scss" href="src/styles/main.scss" />
<link data-trunk rel="scss" href="src/styles/main.scss" />
<meta charset="utf-8" />
<title>Yew App</title>
</head>