mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 10:22:30 +01:00
minor CSS adjustment for switch badge positions
This commit is contained in:
parent
0b0b88684a
commit
fd4e8b27e1
@ -189,10 +189,10 @@ body.off #switch .fa {
|
||||
position: absolute;
|
||||
}
|
||||
body[dir="ltr"] #extraTools > span > span.badge {
|
||||
left: 90%;
|
||||
left: 100%;
|
||||
}
|
||||
body[dir="rtl"] #extraTools > span > span.badge {
|
||||
right: 90%;
|
||||
right: 100%;
|
||||
}
|
||||
#extraTools > span.on > span:last-of-type {
|
||||
color: #e00;
|
||||
|
Loading…
Reference in New Issue
Block a user