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:
parent
5e429d2b93
commit
13945d677b
@ -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%);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user