From b444d4a865a1b8ac9187c678c3628372a67dc9d4 Mon Sep 17 00:00:00 2001 From: cursor-agent Date: Thu, 26 Feb 2026 16:52:49 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20=D1=83=D0=B2=D0=B5=D0=BB=D0=B8=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=B8=D0=BA=D0=BE=D0=BD=D0=BA=D0=B8=20?= =?UTF-8?q?=D1=80=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B8=20=D1=83=D0=B4=D0=B0=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B2=20=D1=81=D0=BF=D0=B8=D1=81?= =?UTF-8?q?=D0=BA=D0=B0=D1=85=20(36px,=2022px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- app/static/css/theme.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/static/css/theme.css b/app/static/css/theme.css index 41b2b26..5f90585 100644 --- a/app/static/css/theme.css +++ b/app/static/css/theme.css @@ -253,11 +253,11 @@ body { display: inline-flex; align-items: center; justify-content: center; - width: 28px; - height: 28px; + width: 36px; + height: 36px; padding: 0; - margin: 0 2px; - border-radius: 6px; + margin: 0 4px; + border-radius: 8px; text-decoration: none; vertical-align: middle; } @@ -265,8 +265,8 @@ body { background: rgba(13, 173, 187, 0.2); } .ws-table .ws-btn-icon-edit svg { - width: 16px; - height: 16px; + width: 22px; + height: 22px; fill: var(--ws-accent); } .ws-table .ws-btn-icon-edit:hover svg { @@ -276,8 +276,8 @@ body { background: rgba(239, 83, 80, 0.2); } .ws-table .ws-btn-icon-delete svg { - width: 16px; - height: 16px; + width: 22px; + height: 22px; fill: var(--ws-danger); } .ws-table .ws-btn-icon-delete:hover svg {