File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ For intended experience:
1717
1818## Changelog
1919
20+ ### Version 0.2.1 - 2025-03-15
21+
22+ - Fix content offset from nav-bar.
23+
2024### Version 0.2 - 2025-03-15
2125
2226- Themed the tagger view for a more cohesive look.
Original file line number Diff line number Diff line change 11name : Theme - Minimal
22description : Minimal Theme for Stash
3- version : 0.2
3+ version : 0.2.1
44ui :
55 css :
66 - index.css
1616 - markers-wall.css
1717 - popover.css
1818 - studio.css
19- - navbar .css
19+ - nav-bar .css
2020 assets :
2121 / : ./assets
2222 javascript :
Original file line number Diff line number Diff line change 11.top-nav {
2- height : var (--nav-bar-height );
2+ padding-top : 1cap ;
3+ padding-bottom : 1cap ;
4+ margin-bottom : 1cap ;
35 background-color : var (--primary-1 ) !important ;
46 position : sticky;
57
4345 }
4446}
4547
46- .main {
47- padding-top : 12px ;
48- }
49-
5048.navbar-toggler {
5149 color : unset;
5250 padding : 0.5em 0 ;
You can’t perform that action at this time.
0 commit comments