On the admin routes, the data tables are width-constrained and don't use the full width of the window, leaving large empty margins on the left and right. Both tables should expand to fill the full available width.
Affected routes
/admin/users
/admin/books
Expected
Each table stretches to fill the full width of the window (minus normal page padding), using the available horizontal space.
Actual
The tables are constrained to a narrower container, with unused empty space on the sides.
Likely fix (Quasar/Vue)
- The page/table is probably inside a centered wrapper with a
max-width (or a q-page / container that constrains width). Remove/raise that max-width for these admin pages, or set the wrapper and q-table to width: 100%.
- Make sure
q-table (and its parent) use the full width and that q-page/container padding isn't over-constraining the layout.
- Apply consistently to both
/admin/users and /admin/books.
On the admin routes, the data tables are width-constrained and don't use the full width of the window, leaving large empty margins on the left and right. Both tables should expand to fill the full available width.
Affected routes
/admin/users/admin/booksExpected
Each table stretches to fill the full width of the window (minus normal page padding), using the available horizontal space.
Actual
The tables are constrained to a narrower container, with unused empty space on the sides.
Likely fix (Quasar/Vue)
max-width(or aq-page/ container that constrains width). Remove/raise thatmax-widthfor these admin pages, or set the wrapper andq-tabletowidth: 100%.q-table(and its parent) use the full width and thatq-page/container padding isn't over-constraining the layout./admin/usersand/admin/books.