octobercms / october

Self-hosted CMS platform based on the Laravel PHP Framework.
https://octobercms.com/
Other
11.01k stars 2.21k forks source link

Wrong Order for displayMode: sidebar on Small Screens #5787

Closed sqwk closed 7 months ago

sqwk commented 7 months ago
design:
    displayMode: sidebar

displayMode: sidebar displays the "secondary" tabs before the main content on small screens. Being secondary tabs, shouldn't they be displayed between the main fields and the submit button?

daftspunk commented 7 months ago

Hi @sqwk

It's by design since the buttons are part of the left section, it displays the "secondary" tabs before the main content.

Otherwise, it looks like this:

image