First full release

This commit is contained in:
Luka Romih
2023-03-10 12:50:23 +01:00
parent 257f3c354f
commit 9867875ef2
285 changed files with 10980 additions and 4692 deletions
+13 -1
View File
@@ -2,7 +2,9 @@
@use "search-filter/search-filter-navigation" as sf;
// current footer size: 80px
$navbarSize: calc(100vh - 130px - 72px); // 130px from top minus footer size
$footer-size: 35px;
$navbarSize: calc(100vh - 130px - 35px); // 130px from top minus footer size
// $navbarSizeDict: calc(100vh - 130px - 80px);
.slidable {
list-style: none;
@@ -31,6 +33,10 @@ $navbarSize: calc(100vh - 130px - 72px); // 130px from top minus footer size
// max-height: calc(100vh - 80px);
max-height: $navbarSize;
overflow-y: auto;
// &.bottom-offset-dict {
// max-height: $navbarSizeDict;
// }
}
@media (min-width: v.$layout-breakpoint-x-large) {
@@ -44,6 +50,12 @@ $navbarSize: calc(100vh - 130px - 72px); // 130px from top minus footer size
}
}
.admin-nav-content {
a.sel-anchr {
align-items: start;
}
}
.sel-anchr {
> div {
> img {