Fix nav height, view toggle transparency, dynamic map colors by view mode
All checks were successful
Build Docker Image / build (push) Successful in 3m24s

This commit is contained in:
Ruslan Bakiev
2026-01-23 12:17:40 +07:00
parent 655c02d6fc
commit 9d46bab93f
2 changed files with 42 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
<template>
<header class="h-20 bg-base-100/80 backdrop-blur-md shadow-md">
<header class="h-[100px] bg-base-100/70 backdrop-blur-md shadow-md">
<!-- Single row: Logo + Search + Icons -->
<div class="flex items-stretch h-full px-4 lg:px-6 gap-4">
<!-- Left: Logo + Nav links (top aligned) -->