reduce target area for tab close btn (#261)

This commit is contained in:
Red J Adaya
2024-08-23 00:15:54 -07:00
committed by GitHub
parent 7c03a58b1b
commit af3bc7d249
+2 -1
View File
@@ -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;