style: Fix rtl oversight on lockscreen notifications
- Fixes #5152 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2309>
This commit is contained in:
parent
2fac6f12ec
commit
bdbbb782e8
@ -48,7 +48,9 @@
|
||||
}
|
||||
|
||||
.unlock-dialog-notification-label {
|
||||
padding: 0 0 0 12px;
|
||||
padding-left: 12px;
|
||||
padding-right: 0;
|
||||
&:rtl { padding-right: 12px; padding-left: 0; }
|
||||
}
|
||||
|
||||
.unlock-dialog-notification-count-text {
|
||||
|
Loading…
Reference in New Issue
Block a user