diff --git a/html/weather.ejs b/html/weather.ejs index a9aca53a..c3472b24 100644 --- a/html/weather.ejs +++ b/html/weather.ejs @@ -13,8 +13,7 @@ html,body{height:100%} body{margin:0;background:radial-gradient(1200px 800px at 20% 10%,#0c1528,var(--bg));color:var(--fg);font:15px/1.4 ui-sans-serif,system-ui,Segoe UI,Roboto,Inter,Arial} - /* Improved, stable navbar (no weird pill stretching) */ - header{position:sticky;top:0;z-index:40} + header{position:sticky;top:0;z-index:40} .navwrap{backdrop-filter:saturate(1.4) blur(10px);background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.15));border-bottom:1px solid var(--ring)} .wrap{max-width:1100px;margin:0 auto;padding:12px 14px} .top{display:flex;align-items:center;gap:12px;justify-content:space-between;min-height:56px} @@ -89,8 +88,7 @@