From 9d25a5ea74e97d7801a919439c2de5cb7ed8d4cc Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 20 Jun 2026 16:28:50 +0200 Subject: [PATCH] wide screen --- modules/web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/index.html b/modules/web/index.html index ae7e87b..2d512d4 100644 --- a/modules/web/index.html +++ b/modules/web/index.html @@ -15,7 +15,7 @@ font-weight: 400; } html,body{height:100%; margin:0; background:linear-gradient(180deg,#071018,#0b1220 60%); color:#eef2f6; overflow: hidden;} - .container{max-width:1640px; margin:12px auto; padding:14px; display:flex; flex-direction:column; gap:8px} + .container{margin:12px auto; padding:14px; display:flex; flex-direction:column; gap:8px} .layout{display:flex; gap:10px; height:calc(100vh - 100px);} .panel{background:var(--panel); border-radius:10px; padding:6px; box-shadow: 0 6px 18px rgba(2,8,16,0.6); display:flex; flex-direction:column; overflow:hidden} .left{flex:1; min-width:420px}