From 1254bb25d04fba889ef6fa42dfebd4d93cbb9c35 Mon Sep 17 00:00:00 2001 From: Tomek Zebrowski Date: Sat, 13 Jun 2026 09:33:16 +0200 Subject: [PATCH 1/2] feat: increase sidebar size --- src/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/style.css b/src/style.css index 7318ca8..00f7e10 100644 --- a/src/style.css +++ b/src/style.css @@ -127,9 +127,9 @@ body.docs-body.dark-theme .feature-card { .sidebar { overflow: hidden auto !important; display: block !important; - min-width: 290px; + min-width: 350px; max-width: 600px; - width: 290px; + width: 350px; background: var(--sidebar-bg); border-right: 1px solid var(--border-color); box-shadow: 2px 0 5px #0000000d; @@ -1250,7 +1250,7 @@ footer { top: 0; left: 0; min-width: 220px; - width: 300px !important; + width: 290px !important; height: 100vh !important; margin-left: -300px !important; padding: 15px 10px !important; @@ -1849,7 +1849,7 @@ body.analyzer-active { input[type='number'], input[type='text'] { border-radius: var(--btn-radius) !important; - padding: 10px !important; + padding: 10px; border: 1px solid var(--border-color); } @@ -3136,8 +3136,8 @@ body.analyzer-active .view-switcher-container { } .drv-search-input { - width: 100%; - padding: 8px 30px; + width: 100%; + padding: 8px 30px 8px 38px !important; border-radius: 6px; border: 1px solid var(--border-color); font-size: 0.9em; From 19420bdf74c950329d286f907908d6952db597e2 Mon Sep 17 00:00:00 2001 From: Tomek Zebrowski Date: Sat, 13 Jun 2026 13:51:04 +0200 Subject: [PATCH 2/2] fix: apply prettier fixes --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 00f7e10..cacdda0 100644 --- a/src/style.css +++ b/src/style.css @@ -3136,7 +3136,7 @@ body.analyzer-active .view-switcher-container { } .drv-search-input { - width: 100%; + width: 100%; padding: 8px 30px 8px 38px !important; border-radius: 6px; border: 1px solid var(--border-color);