Skip to content

Commit

Permalink
Actually should be -7 for all
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Oct 31, 2024
1 parent f2a7ba4 commit 3847a7d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/gtk-4.0/widgets/_popovers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,8 @@ popover.background {
&:dir(ltr) {
image:first-child {
// Off-by-one for some reason. Maybe optical illusion?
margin-left: rem(-23px);
margin-left: rem(-7px);
padding-left: 0;

&.large-icons {
margin-left: rem(-7px);
}
}

> check,
Expand Down

0 comments on commit 3847a7d

Please sign in to comment.