F10 + F11. and return

Here's a workaround: add this CSS to userchrome.css to reverse the layout interface while maintaining panel widths after toggling them:

.rli-root {
  flex-direction: row-reverse !important;
}

Edit: For plugin panels, use this workaround:

1 Like