fix navbar (#514)

This commit is contained in:
deuulc
2025-03-15 14:22:38 +01:00
committed by GitHub
parent 0d766640e5
commit 9588d40b91
3 changed files with 9 additions and 7 deletions

View File

@@ -17,6 +17,10 @@ For intended experience:
## Changelog
### Version 0.2.1 - 2025-03-15
- Fix content offset from nav-bar.
### Version 0.2 - 2025-03-15
- Themed the tagger view for a more cohesive look.

View File

@@ -1,6 +1,6 @@
name: Theme - Minimal
description: Minimal Theme for Stash
version: 0.2
version: 0.2.1
ui:
css:
- index.css
@@ -16,7 +16,7 @@ ui:
- markers-wall.css
- popover.css
- studio.css
- navbar.css
- nav-bar.css
assets:
/: ./assets
javascript:

View File

@@ -1,5 +1,7 @@
.top-nav {
height: var(--nav-bar-height);
padding-top: 1cap;
padding-bottom: 1cap;
margin-bottom: 1cap;
background-color: var(--primary-1) !important;
position: sticky;
@@ -43,10 +45,6 @@
}
}
.main {
padding-top: 12px;
}
.navbar-toggler {
color: unset;
padding: 0.5em 0;