Skip to content

Commit

Permalink
theme: Reduce horizontal padding on notification buttons
Browse files Browse the repository at this point in the history
There isn't enough room for the wider buttons when a notification contains
an image. The text just ends up being ellipsized. Reduce the padding to give
the button text more room
  • Loading branch information
JosephMcc committed Sep 17, 2024
1 parent 5a5d285 commit e74a10c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/theme/cinnamon-sass/widgets/_notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ $notification_width: 34em;

&-button {
@extend %button;

padding: $base_padding $base_padding * 2;
}

&-icon-button {
Expand Down

0 comments on commit e74a10c

Please sign in to comment.