Skip to content

Commit 80813ef

Browse files
committed
gtk4: Fix popover separator margin
Based on GTK 3 menu and popover separators.
1 parent ad9de4f commit 80813ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/gtk-4.0/sass/_common.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,10 +2050,10 @@ popover.background {
20502050

20512051
separator {
20522052
background-color: $_popover_bg;
2053-
margin: 0;
2053+
margin: 2px 0;
20542054
}
20552055

2056-
list separator { margin: 0; }
2056+
list separator { margin: 2px 0; }
20572057
}
20582058

20592059
.osd &,

0 commit comments

Comments
 (0)