Make all dialogs handle smaller height screens better

Covers library, clipboard and project dialogs
This commit is contained in:
Nick O'Leary
2020-05-21 15:14:39 +01:00
parent 38872049fd
commit 50aaef5103
5 changed files with 63 additions and 10 deletions

View File

@@ -37,7 +37,7 @@
border-radius: 4px;
font-family: $monospace-font !important;
font-size: 13px !important;
height: 300px;
height: 100%;
line-height: 1.3em;
padding: 6px 10px;
background: $clipboard-textarea-background;
@@ -62,6 +62,7 @@
background: $form-input-background;
&>div {
height: 100%;
box-sizing: border-box;
}
}
.red-ui-clipboard-dialog-box {