[gnome-shell/gnome-42] style: Fix rtl oversight on lockscreen notifications
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-42] style: Fix rtl oversight on lockscreen notifications
- Date: Sun, 3 Jul 2022 12:19:47 +0000 (UTC)
commit bac3ab6a102090d4c2655a94b6ff85874d65f136
Author: Sam Hewitt <sam snwh org>
Date: Fri May 27 13:35:12 2022 -0230
style: Fix rtl oversight on lockscreen notifications
- Fixes #5152
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2309>
(cherry picked from commit bdbbb782e8d4bda6bfa9a35a7a403c81ffde2d54)
data/theme/gnome-shell-sass/widgets/_screen-shield.scss | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_screen-shield.scss
b/data/theme/gnome-shell-sass/widgets/_screen-shield.scss
index 6550e5bc09..a459ba16b2 100644
--- a/data/theme/gnome-shell-sass/widgets/_screen-shield.scss
+++ b/data/theme/gnome-shell-sass/widgets/_screen-shield.scss
@@ -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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]