Hearthforge
Sign in
Register
zbin
Code
Branches
Tags
Commits
Issues
Patches
Releases
Pipelines
← Back to log
@ 253f202
fix media overflow
Author
Konata <Konata@forge.unix-root.de>
Date
2026-06-04 19:42:11 UTC
Commit
253f20208fc6090f84708bbe8658fb441fd54ecf
Parent
263bf8f
Signature
verified
1 file changed, 1 insertion(+)
▾
M
assets/show.css
+1
@ 253f202
@ master
@@ -66,6 +66,7 @@ body {
66
66
flex-grow
: 1;
67
67
display: flex;
68
68
justify-content
: center;
69
+
overflow: hidden;
69
70
}
70
71
}
71
72