@@ -160,7 +160,7 @@
-
+
diff --git a/web-src/src/components/NavbarTop.vue b/web-src/src/components/NavbarTop.vue
index 0b17446e..c82cdb8e 100644
--- a/web-src/src/components/NavbarTop.vue
+++ b/web-src/src/components/NavbarTop.vue
@@ -46,20 +46,23 @@
Playlists
Music
-
Artists
-
Albums
-
Genres
-
Spotify
+
Artists
+
Albums
+
Genres
+
Spotify
Podcasts
Audiobooks
Files
Search
-
+
Admin
-
+
+
Settings
About
+
+
diff --git a/web-src/src/mystyles.css b/web-src/src/mystyles.css
index eda9f150..b1832cf5 100644
--- a/web-src/src/mystyles.css
+++ b/web-src/src/mystyles.css
@@ -227,6 +227,13 @@ section.fd-tabs-section + section.fd-content {
background-color: hsl(0, 0%, 96%)
}
+.navbar-item .fd-navbar-item-level2 {
+ padding-left: 1.5rem;
+}
+hr.fd-navbar-divider {
+ margin: 12px 0;
+}
+
/* Show scrollbar for navbar menu in desktop mode if content exceeds the screen size */
@media only screen and (min-width: 1024px) {
.navbar-dropdown {