mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-21 02:33:34 +01:00
reduce target area for tab close btn (#261)
This commit is contained in:
parent
7c03a58b1b
commit
af3bc7d249
@ -61,7 +61,7 @@
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0px;
|
||||
right: 4px;
|
||||
transform: translate3d(0, -50%, 0);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@ -71,6 +71,7 @@
|
||||
cursor: pointer;
|
||||
opacity: 0.5;
|
||||
z-index: var(--zindex-tab-name);
|
||||
padding: 1px 2px;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user