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 (#5115)

This commit is contained in:
Alex Andreev 2022-03-28 16:16:59 +03:00 committed by GitHub
parent 5e429d2b93
commit 13945d677b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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