[gnome-shell/wip/snwh/stylesheet-minor-fixes] style: Fix rtl oversight on lockscreen notifications - Fixes #5152
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/stylesheet-minor-fixes] style: Fix rtl oversight on lockscreen notifications - Fixes #5152
- Date: Fri, 27 May 2022 17:06:06 +0000 (UTC)
commit 520a0c280c9c6efa87ff6cc13ee7bc339578126a
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]