Skip to content

Commit 5a54408

Browse files
committed
Adjust top positioning in compact mode styles for improved alignment
1 parent 32d89fe commit 5a54408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/base/content/zen-styles/zen-compact-mode.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
opacity: 1;
159159
border-top-width: 1px;
160160

161-
top: 1px;
161+
top: -1px;
162162
}
163163
}
164164
}

0 commit comments

Comments
 (0)