feat(nav): redesign navigation bar and add Browse/Community links

Enhance the navigation with a modern floating glass design, new Browse and Community dropdown links, and improved theme/blur toggles that now handle multiple instances. Update dropdown components with rounded styling and support for wider widths, refine nav-link active states, and add navigation feature tests.
This commit is contained in:
2026-08-09 10:13:54 +02:00
parent d08e280ce0
commit 338c190ae8
16 changed files with 393 additions and 293 deletions
+4
View File
@@ -68,6 +68,10 @@ input:checked~.dot {
transform: translateX(100%);
}
input:checked~.theme-icon {
transform: rotate(90deg);
}
#plyr__time_skip {
background: #c61e54;
border: 0;