Update html/weather.ejs

This commit is contained in:
ashley 2025-08-29 14:57:44 +02:00
parent de7f5ef68d
commit 07fc714f50

View File

@ -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 @@
</div>
<div class="controls">
<button id="btnUnits" title="Toggle °C/°F">°C</button>
<button id="btnTheme" title="Toggle theme">🌗</button>
<button id="btnInstall" class="hidden" title="Install">⬇️ Install</button>
<button id="btnInstall" class="hidden" title="Install">⬇️ Install</button>
<a class="btn" href="#" id="btnShare" title="Share">🔗 Share</a>
</div>
</div>