all repos — honk @ d587be9ad08289aadf98acc0828106a399add3bf

my fork of honk

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
commit

d587be9ad08289aadf98acc0828106a399add3bf

parent

eb47b1423bdb9c2d9bfac6dd2826ea6679412162

1 files changed, 10 insertions(+), 0 deletions(-)

jump to
M views/style.cssviews/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%; } }