mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Make all dialogs handle smaller height screens better
Covers library, clipboard and project dialogs
This commit is contained in:
@@ -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 {
|
||||
|
@@ -18,7 +18,12 @@
|
||||
.red-ui-editableList-container {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
padding: 0;
|
||||
.red-ui-projects-dialog-box {
|
||||
box-sizing: border-box;
|
||||
overflow-y: auto;
|
||||
padding: 25px 25px 10px 25px;
|
||||
}
|
||||
}
|
||||
#red-ui-project-settings-tab-settings {
|
||||
overflow-y: scroll;
|
||||
@@ -99,6 +104,7 @@
|
||||
.red-ui-projects-dialog-screen-create {
|
||||
min-height: 500px;
|
||||
button.red-ui-projects-dialog-screen-create-type {
|
||||
position: relative;
|
||||
height: auto;
|
||||
padding: 10px;
|
||||
}
|
||||
@@ -169,9 +175,14 @@
|
||||
.red-ui-projects-dialog-project-list-container {
|
||||
border: 1px solid $secondary-border-color;
|
||||
border-radius: 2px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.red-ui-search-container {
|
||||
flex-grow: 0;
|
||||
}
|
||||
}
|
||||
.red-ui-projects-dialog-project-list-inner-container {
|
||||
height: 300px;
|
||||
flex-grow: 1 ;
|
||||
overflow-y: scroll;
|
||||
position:relative;
|
||||
.red-ui-editableList-border {
|
||||
|
Reference in New Issue
Block a user