gitshark

Clone repository

git clone https://gitshark.de/git/workaround/Gitshark.git
git clone git@gitshark.de:workaround/Gitshark.git

← Commits

๐Ÿ’„ (ui): Span repository pages across the full viewport width

6379d6968d10a5ac8dc94a754dd15201808e7d87 ยท Phillip Souza Furtner ยท 2026-07-09T13:08:20Z

Changes

1 file changed, +6 -0

MODIFY src/main/resources/META-INF/resources/shark.css +6 -0
diff --git a/src/main/resources/META-INF/resources/shark.css b/src/main/resources/META-INF/resources/shark.css
index 768cd4c..0053f10 100644
--- a/src/main/resources/META-INF/resources/shark.css
+++ b/src/main/resources/META-INF/resources/shark.css
@@ -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 {

Keyboard shortcuts

?Show this help
g hGo home
EscClose dialog