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

Fix: make dock tab close button smaller

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-03-28 14:43:10 +03:00
parent 477814f1e0
commit d298412180

View File

@ -81,7 +81,7 @@
.close {
position: absolute;
right: 0px;
width: 5ch;
width: 4ch;
opacity: 0;
text-align: center;
background: linear-gradient(90deg, transparent 0%, var(--color-active) 25%);