gnome-shell: Follow upstream change for RTL locales
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/d0dab5a6d1c260963b2b5ba97fcef6f8c7fb03ac
By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/d0dab5a6d1c260963b2b5ba97fcef6f8c7fb03ac
roundabout,
created on Tuesday, 15 September 2020, 16:51:30 (1600188690),
received on Sunday, 11 May 2025, 13:22:55 (1746969775)
Author identity: nana-4 <hnmaigo@gmail.com>
e72e301280e0e92cbe61ce5d431637a6cd015c32
&:ltr {
padding-left: 14px;
text-align: left;
}
&:rtl {
padding-right: 14px;
text-align: right;
}
}
.user-widget-label {
&:ltr {
padding-left: 14px;
text-align: left;
}
&:rtl {
padding-right: 14px;
text-align: right;
}
}
}
font-size: 1em;
font-feature-settings: "tnum";
text-align: right;
&:ltr {
text-align: right;
}
&:rtl {
text-align: left;
}
}
// timezone offset label
text-align: right;
width: 16px;
height: 16px;
&:ltr {
text-align: right;
}
&:rtl {
text-align: left;
}
}
// separator
// HACK: the label should be baseline-aligned with a 1em label,
// fake this with some bottom padding
padding-bottom: 0;
&:ltr {
text-align: right;
}
&:rtl {
text-align: left;
}
}
> StIcon {