mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
userWidget: Fix the padding in RTL
https://bugzilla.gnome.org/show_bug.cgi?id=712638
This commit is contained in:
parent
c361b6a85c
commit
ea86c9bafb
1 changed files with 8 additions and 1 deletions
|
|
@ -2479,11 +2479,18 @@ StScrollBar StButton#vhandle:active {
|
|||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
padding-left: 18px;
|
||||
color:white;
|
||||
text-shadow: black 0px 4px 3px 0px;
|
||||
}
|
||||
|
||||
.user-widget-label:ltr {
|
||||
padding-left: 18px;
|
||||
}
|
||||
|
||||
.user-widget-label:rtl {
|
||||
padding-right: 18px;
|
||||
}
|
||||
|
||||
/* Screen shield */
|
||||
|
||||
#panel.lock-screen,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue