mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 08:48:28 +00:00
reduce target area for tab close btn (#261)
This commit is contained in:
parent
7c03a58b1b
commit
af3bc7d249
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue