commit 7675da2bd376b486964ad331aa305e8c5dee636e parent 8cec14dfe25f462dd99e5c6c14d630a48fff9ac1 Author: breadcat <breadcat@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:36:42 +0100 Larger font and line spacing in text viewer Diffstat:
M | static/style.css | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/static/style.css b/static/style.css @@ -53,7 +53,7 @@ details > summary::before {content: "[+]"; display: inline-block; width: 2ch; ma details[open] > summary::before {content: "[-]";} /* text viewer */ -pre#text-viewer{font-family:serif;font-size:25px} +pre#text-viewer{font-family:serif;font-size:25px;line-height:1.8} #text-viewer-container:fullscreen{margin:0;max-width:75%;margin:auto;height:100vh;padding:1em;background:#000;display:flex;flex-direction:column} -#text-viewer-container:fullscreen #text-viewer{flex:1;max-height:none!important;max-width:75%;margin:0;height:100%} +#text-viewer-container:fullscreen #text-viewer{flex:1;max-height:none!important;margin:0;height:100%} #text-viewer-container:fullscreen>div{flex-shrink:0}