[gnome-shell-sass] style: Fix rtl oversight on lockscreen notifications
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] style: Fix rtl oversight on lockscreen notifications
- Date: Sun, 10 Jul 2022 12:23:01 +0000 (UTC)
commit 3c1055bcf67a078166b3ec800a0bec288ecaa8e9
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>
widgets/_screen-shield.scss | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/widgets/_screen-shield.scss b/widgets/_screen-shield.scss
index 6550e5b..a459ba1 100644
--- a/widgets/_screen-shield.scss
+++ b/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]