This commit is contained in:
McShelby 2023-02-08 21:24:18 +00:00
parent 8d7857c696
commit 3d39bf9704
375 changed files with 10980 additions and 9319 deletions

View file

@ -44,7 +44,7 @@
#body .tab-nav-button {
margin-left: 4px;
}
#body .tab-nav-button.direction-rtl {
html[dir="rtl"] #body .tab-nav-button {
float: left;
}
#body .tab-nav-button:first-child {

View file

@ -20,7 +20,7 @@
padding: 6px 12px;
position: relative;
}
#body .tab-nav-button.direction-rtl{
html[dir="rtl"] #body .tab-nav-button{
float: right;
}

View file

@ -1118,8 +1118,8 @@ option {
}
/* turn off unsuitable expander for this reading direction */
.expand > .expand-label > .expand-rtl.direction-ltr,
.expand > .expand-label > .expand-ltr.direction-rtl {
html[dir="ltr"] .expand > .expand-label > .expand-rtl,
html[dir="rtl"] .expand > .expand-label > .expand-ltr {
display: none;
}