Skip to content

Commit

Permalink
gnome-shell: Fix rtl lockscreen notification labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsh committed Aug 30, 2022
1 parent f5e4a2e commit 80fe772
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/gnome-shell/42/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2758,7 +2758,9 @@ $_dash_bottom_margin: 20px;
}

.unlock-dialog-notification-label {
padding: 0px 0px 0px 12px;
padding-left: 12px;
padding-right: 0;
&:rtl { padding-right: 12px; padding-left: 0; }
}

.unlock-dialog-notification-count-text {
Expand Down

0 comments on commit 80fe772

Please sign in to comment.