add a style to contain overlong honks from people with no self control
Ted Unangst tedu@tedunangst.com
Wed, 13 Mar 2024 14:03:57 -0400
1 files changed,
10 insertions(+),
0 deletions(-)
jump to
M
views/style.css
→
views/style.css
@@ -197,6 +197,10 @@ padding-right: 1em;
padding-top: 0; overflow: hidden; } +.honk { + max-height: 120vh; + overflow-y: scroll; +} .level1 { margin-left: 0.5em;@@ -362,6 +366,9 @@ @media screen and (max-width: 1360px) {
.nophone { display: none; } + .honk { + max-height: 85vh; + } } @media screen and (max-width: 740px) { body {@@ -392,6 +399,9 @@ --bg-dark: white;
--fg: black; --fg-subtle: black; --fg-limited: #a79; + } + .honk { + max-height: 100%; } }