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 {