Bessere Filtermöglichkeiten für Listen

This commit is contained in:
Simon Martens
2023-02-07 19:38:45 +01:00
parent d719a5aac2
commit 661a4a5196
15 changed files with 84 additions and 55 deletions

View File

@@ -113,7 +113,7 @@
@apply ml-4
}
.sidebar-nav .active {
.active {
@apply font-bold
}
@@ -193,12 +193,7 @@
.sidebar-nav .active::before {
content: "· ";
}
aside {
min-height: 100vh;
max-height: calc(10rem + 100vh);
}
.twocolumns {
columns: 2;
}