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

Add header padding

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-08-24 10:06:35 +03:00
parent 879d9b9620
commit 8578e5f0e9

View File

@ -18,6 +18,7 @@
display: flex;
align-items: center;
justify-content: space-between;
padding: calc(var(--padding) * 2);
}
.controls {