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

Reduce Badge sizing

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-03-17 13:34:17 +03:00
parent feccbc6a2e
commit 647e3cc5d0

View File

@ -34,7 +34,8 @@
.badge:not(.flat) {
background: var(--colorVague);
border-radius: 3px;
padding: .2em .4em;
line-height: normal;
padding: 0.2rem 0.4rem;
}
.small {