1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Reduce too large UpdateButton paddings

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-06-28 13:43:35 +03:00
parent 439100f627
commit 4a688c7082

View File

@ -11,7 +11,7 @@
color: var(--accent-color);
display: flex;
align-items: center;
padding: 4px 8px;
padding: calc(var(--padding) / 4) var(--padding);
gap: 6px;
cursor: default;
position: relative;