Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions web/package/agama-web-ui.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 19 13:38:16 UTC 2025 - David Diaz <dgonzalez@suse.com>

- Keep margin between sidebar and main content in all breakpoints
(gh/agama-project/agama#2370).

-------------------------------------------------------------------
Fri May 16 07:46:22 UTC 2025 - David Diaz <dgonzalez@suse.com>

Expand Down
4 changes: 4 additions & 0 deletions web/src/assets/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@

// Reserve the sidebar space also for "lg" breakpoint
@media (width >= 64rem) {
.pf-v6-c-page__main-container {
--pf-v6-c-page__main-container--MarginInlineStart: var(--pf-v6-c-page--inset);
}

.pf-v6-c-page.agm-full-layout {
--pf-v6-c-page__sidebar--Width: 12rem; // var(--pf-v6-c-page__sidebar--xl--Width);
grid-template-areas:
Expand Down