Skip to content

Commit 019f18f

Browse files
committed
fix(popup): make mouseover link height consistent
1 parent ed12814 commit 019f18f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

popup/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,9 +502,10 @@ a.close[data-title]:hover:after {
502502
position: fixed;
503503
left: 0;
504504
bottom: 0;
505-
padding: 2px;
505+
padding: 2px 3px;
506506
background: rgba(25, 25, 25, 0.75);
507507
color: #f3f2e1;
508508
font-size: 14px;
509+
line-height: 15px;
509510
z-index: 99;
510511
}

0 commit comments

Comments
 (0)