PeterBlenessy / ai-assistant-for-jira-desktop

0 stars 0 forks source link

Fix layout issues in App.vue #10

Closed PeterBlenessy closed 1 month ago

PeterBlenessy commented 1 month ago

In Quasar, a q-page must be surrounded by a q-page-container element, and all layout is within a q-layout element.

PeterBlenessy commented 1 month ago

The top toolbar should be surrounded by a q-header tag, and the bottom toolbar by a q-footer tag.

The header is above the page, not within, so it has to be outside of the q-page-container. The footer likewise, but after.