iPhone and iPad design

Got an answer here:

I solved it like this:

.is-phone .workspace-drawer-tab-options {
    order: 1;
}

.is-phone .workspace-drawer-active-tab-content {
    order: 2;
}

.is-phone .workspace-drawer-tab-options-list {
    padding-top: var(--touch-size-l) !important;
    padding-bottom: var(--size-4-2) !important;
    bottom: unset !important;
    top: 0 !important;
}