Skip to content
Open
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
4 changes: 3 additions & 1 deletion symfony/templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@
body.density-compact .card-body { padding: .7rem .85rem; }
body.density-compact .list-group-item { padding: .45rem .75rem; }
body.density-compact .row.g-3 > *, body.density-compact .row.g-2 > * { padding-top: .35rem; padding-bottom: .35rem; }
body.density-compact .form-control,
/* The global search input keeps fixed horizontal padding for its
absolutely-positioned icon, so it is exempt from the compact shrink. */
body.density-compact .form-control:not(.prismarr-search-input),
body.density-compact .form-select { padding: .35rem .55rem; }

/* Toasts off (opt-out via display_toasts = '0') — JS also guards, this
Expand Down