mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
Network map: full screen overlay (100vw x 100vh)
This commit is contained in:
@@ -807,7 +807,7 @@ body::after{
|
||||
background-size:100% 100%;mix-blend-mode:screen;animation:staticBurst 0.28s ease forwards}
|
||||
|
||||
/* ── NETWORK MAP OVERLAY ─────────────────────────────────────────────── */
|
||||
#netMapOverlay{position:fixed;top:52px;left:0;width:min(820px,84vw);height:min(540px,74vh);
|
||||
#netMapOverlay{position:fixed;top:0;left:0;width:100vw;height:100vh;
|
||||
z-index:200;display:none;flex-direction:column;
|
||||
background:rgba(0,4,18,0.96);border:1px solid rgba(0,212,255,0.28);
|
||||
border-top:none;border-left:none;transform-origin:0 0;backdrop-filter:blur(14px);
|
||||
|
||||
Reference in New Issue
Block a user