The mailbox reading pane seems to work best when the height is not specified at all.
authorArt Cancro <ajc@citadel.org>
Fri, 9 Sep 2022 14:59:24 +0000 (10:59 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 9 Sep 2022 14:59:24 +0000 (10:59 -0400)
webcit-ng/static/css/webcit.css

index 0e734074b1fca76a17977fa1561c7570a949297f..37f4dc8f803ea5a4720458523d0082cfdca59dd2 100644 (file)
@@ -364,7 +364,6 @@ blockquote pre {
 }
 
 .ctdl-mailbox-reading-pane {                           /* message reading pane when in mailbox view */
-       height: 80vw;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: GhostWhite;