From 3af04337517d05007398d7f54f4dac2bd51d3cc1 Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Thu, 11 Jun 2026 15:44:00 +0200 Subject: [PATCH] foo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2e9f63c..eefa7b5 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ body { margin: 0; font: 13px/1.4 system-ui, sans-serif; background: #f5f5f5; col #layout { display: flex; height: calc(100vh - 38px); } #sidebar { - width: 210px; flex-shrink: 0; background: #fff; + width: 220px; flex-shrink: 0; background: #fff; border-right: 1px solid #ddd; overflow-y: auto; } #siteList { list-style: none; margin: 0; padding: 0; }