[gnome-shell/wip/snwh/stylesheet-minor-fixes: 4/8] style: Fix rtl oversight on lockscreen notifications
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/stylesheet-minor-fixes: 4/8] style: Fix rtl oversight on lockscreen notifications
- Date: Wed, 8 Jun 2022 14:52:23 +0000 (UTC)
commit 5e9fa05000180432e88991ef4be72b4262162fc8
Author: Sam Hewitt <sam snwh org>
Date: Fri May 27 13:35:12 2022 -0230
style: Fix rtl oversight on lockscreen notifications
- Fixes #5152
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]