git://git.cassowary.me
/
gitweb-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbcf94b
)
overflow-x scroll on code display
author
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 21:17:34 +0000
(14:17 -0700)
committer
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 21:17:34 +0000
(14:17 -0700)
static/gitweb-site.css
patch
|
blob
|
history
diff --git
a/static/gitweb-site.css
b/static/gitweb-site.css
index
9a0a523
..
d6f7e8a
100644
(file)
--- a/
static/gitweb-site.css
+++ b/
static/gitweb-site.css
@@
-2,11
+2,16
@@
input[title^="Search project"] {
max-width: 50%;
}
-div.page_header, div.page_footer {
+div.page_header,
+div.page_footer {
height: unset;
overflow: auto;
}
+div.page_body {
+ overflow-x: scroll;
+}
+
@media screen and (max-width: 720px) {
body {
box-sizing: border-box;