mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
minor CSS adjustment for switch badge positions
This commit is contained in:
parent
0b0b88684a
commit
fd4e8b27e1
1 changed files with 2 additions and 2 deletions
|
|
@ -189,10 +189,10 @@ body.off #switch .fa {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
body[dir="ltr"] #extraTools > span > span.badge {
|
body[dir="ltr"] #extraTools > span > span.badge {
|
||||||
left: 90%;
|
left: 100%;
|
||||||
}
|
}
|
||||||
body[dir="rtl"] #extraTools > span > span.badge {
|
body[dir="rtl"] #extraTools > span > span.badge {
|
||||||
right: 90%;
|
right: 100%;
|
||||||
}
|
}
|
||||||
#extraTools > span.on > span:last-of-type {
|
#extraTools > span.on > span:last-of-type {
|
||||||
color: #e00;
|
color: #e00;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue