From 7e979cb2de8129163f4f8641075b9f7135f23543 Mon Sep 17 00:00:00 2001 From: Iisyourdad Date: Thu, 11 Jun 2026 11:24:35 -0500 Subject: [PATCH] small changes --- app/renderer/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/renderer/style.css b/app/renderer/style.css index e3b92e8..54255c9 100644 --- a/app/renderer/style.css +++ b/app/renderer/style.css @@ -302,8 +302,8 @@ kbd { .empty-state .big { font-size: 40px; margin-bottom: 10px; color: var(--text); } .pane-steps { - width: 270px; - min-width: 270px; + width: 320px; + min-width: 320px; display: flex; flex-direction: column; min-height: 0;