Skip to content

Commit 8c8f7d9

Browse files
fix(tabsbar): Fix close button overlay offset
Closes #897
1 parent a5029a0 commit 8c8f7d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

theme/parts/tabsbar.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,10 @@ tabs#tabbrowser-tabs {
277277
background: linear-gradient(to left, var(--gnome-tabbar-tab-close-overlay-bg) 50%, transparent);
278278
border-radius: 0 6px 6px 0;
279279
content: "";
280-
height: calc(100% - 4px);
280+
height: 100%;
281281
opacity: 0;
282282
position: absolute;
283-
right: 2px;
284-
top: 2px;
283+
right: 0px;
285284
transition: opacity var(--gnome-tab-animation-time) linear;
286285
width: 55px;
287286
z-index: 99;

0 commit comments

Comments
 (0)