UX: Fix mobile toggle positioning in iOS app
This commit is contained in:
parent
34fd9dff66
commit
96964d690b
|
@ -276,12 +276,16 @@
|
|||
background: $tertiary;
|
||||
color: $secondary;
|
||||
z-index: 3;
|
||||
margin-bottom: env(safe-area-inset-bottom);
|
||||
:not(.rtl) & {
|
||||
right: 16px;
|
||||
}
|
||||
.rtl & {
|
||||
left: 16px;
|
||||
}
|
||||
body.footer-nav-visible & {
|
||||
bottom: 49px;
|
||||
}
|
||||
}
|
||||
#d-toc > ul {
|
||||
:not(.rtl) & {
|
||||
|
|
Loading…
Reference in New Issue