all repos — weimar @ da5efcda59a5087b914f716d312d389a1d356143

Unnamed repository; edit this file 'description' to name the repository.

fix: restore full-width grid by fixing :global target after layout refactor

The layout changed from `<main>` to `<div class="main">`, breaking
the browse page's `:global(main)` override. Updated to `:global(.main)`.

💘 Generated with Crush

Assisted-by: Crush:deepseek-reasoner
Maxwell Jensen maxwelljensen@posteo.net
Wed, 13 May 2026 16:19:04 +0200
commit

da5efcda59a5087b914f716d312d389a1d356143

parent

a8921d226b7ab5b6d366d88c51d3308362388cf7

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M web/src/routes/browse/+page.svelteweb/src/routes/browse/+page.svelte

@@ -119,7 +119,7 @@ />

{/if} <style> - :global(main) { + :global(.main) { padding: 0 !important; max-width: none !important; }