mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 05:38:41 -09:00
tabs: fix close mark position
This commit is contained in:
parent
0b2ef7cb27
commit
9960c239cd
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ nav {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 7px;
|
right: 7px;
|
||||||
top: 12px;
|
top: 8px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue