added custom css to hide empty menu

This commit is contained in:
Martin Zwirner 2023-12-27 17:06:45 +01:00
parent 17e0eae463
commit af3e21968e
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
<link rel="stylesheet" href="{{ "custom.css" | relURL }}">

3
static/custom.css Normal file
View File

@ -0,0 +1,3 @@
.navbar {
display: none;
}