Skip to content

Commit

Permalink
Also support large icons
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Oct 31, 2024
1 parent cdfa590 commit f2a7ba4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gtk-4.0/widgets/_popovers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ popover.background {
// Off-by-one for some reason. Maybe optical illusion?
margin-left: rem(-23px);
padding-left: 0;

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

> check,
Expand Down

0 comments on commit f2a7ba4

Please sign in to comment.