๐ (ui): Span repository pages across the full viewport width
Changes
1 file changed, +6 -0
MODIFY
src/main/resources/META-INF/resources/shark.css
+6 -0
@@ -307,6 +307,12 @@
307
307
padding: 0 var(--s5);
308
308
}
309
309
310
+/* repo pages use the full viewport width: sidebar pinned far left, content fills the rest */
311
+main:has(.repo-layout) {
312
+ max-width: none;
313
+ margin: var(--s6) 0;
314
+}
315
+
310
316
/* in-app repo hero */
311
317
312
318
.hero {