When a mail message takes up less than the full height of the reading pane, make...
authorArt Cancro <ajc@citadel.org>
Wed, 5 Oct 2022 01:42:40 +0000 (21:42 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 5 Oct 2022 01:42:40 +0000 (21:42 -0400)
webcit-ng/static/css/webcit.css

index 79fbea5cc1effe1ff745ab33f39b7f5d3add43bd..12e0ce39ccbc6ee565584c3d40789bfba955d033 100644 (file)
@@ -390,10 +390,10 @@ blockquote pre {
        width: 100%;
        height: 100%;
        background-color: GhostWhite;
+       grid-template-rows: 15vw 1fr;           /* "1fr" means "all of the remaining space" */
 }
 
 .ctdl-mailbox-pane {                           /* list of messages when in mailbox view */
-       height: 15vw;
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #DDDDDD;