ccde5ec Show on GitHub
- Author: Alisa
- Date: 11/19/2025, 11:58:10 PM
- Message: refactor(navbar): restructure header layout and update styling for solid non-transparent navbar Reworked the HTML structure of the navigation header: - replaced old multi-section layout with a single-row structure (header__logo, header__center, header__right) - removed obsolete nav__content, nav__top and mobile list blocks - normalized SVG icons for alignment Updated the CSS: - removed transparent gradient and blur; navbar now uses solid background - reduced overall header height using padding instead of fixed height - implemented new flex layout for proper spacing and centering - updated logo sizing and link alignment - removed unused selectors and outdated styles Refs: #147
- Stats: 217 total changes (+99 / -118)
Changed Files
package-lock.json— +8 / -0 (8 changes)src/lib/components/NavBar.svelte— +91 / -118 (209 changes)