mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-12 19:41:51 -05:00
fix navbar (#514)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user