Skip to content

Commit 9588d40

Browse files
authored
fix navbar (#514)
1 parent 0d76664 commit 9588d40

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

themes/Theme-Minimal/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

themes/Theme-Minimal/Theme-Minimal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Theme - Minimal
22
description: Minimal Theme for Stash
3-
version: 0.2
3+
version: 0.2.1
44
ui:
55
css:
66
- index.css
@@ -16,7 +16,7 @@ ui:
1616
- markers-wall.css
1717
- popover.css
1818
- studio.css
19-
- navbar.css
19+
- nav-bar.css
2020
assets:
2121
/: ./assets
2222
javascript:

themes/Theme-Minimal/nav-bar.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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

@@ -43,10 +45,6 @@
4345
}
4446
}
4547

46-
.main {
47-
padding-top: 12px;
48-
}
49-
5048
.navbar-toggler {
5149
color: unset;
5250
padding: 0.5em 0;

0 commit comments

Comments
 (0)