Files
planilla/ui/src
google-labs-jules[bot] 405265435d Fix: Prevent main content shift when desktop navbar is not persistent
This commit addresses an issue where the main content area would shift
to the right on desktop when the sidebar was opened, regardless of the
`desktopNavbarPersistent` setting.

The layout logic in `App.vue` has been updated so that the `md:pl-60`
class (which adds left padding to the main content area) is now
applied only when both `ui.sidebarOpen` and `ui.desktopNavbarPersistent`
are true.

This ensures that:
- If `desktopNavbarPersistent` is true, the sidebar will take up
  dedicated space, and the content will correctly shift.
- If `desktopNavbarPersistent` is false, the sidebar will overlay the
  content on desktop, and the main content will no longer shift.
2025-06-10 06:18:54 +00:00
..
2025-05-02 17:59:47 -06:00
2025-06-09 19:40:29 -06:00
2025-06-09 21:00:40 -06:00
2025-06-09 17:16:15 -06:00
2025-06-09 21:40:05 -06:00