File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
arduino-ide-extension/src/browser/style Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 9
9
total = padding + margin = 96px
10
10
*/
11
11
max-width : calc (100% - 96px ) !important ;
12
+ min-width : unset;
13
+ max-height : 560px ;
12
14
padding : 0 28px ;
13
15
}
14
16
15
17
.p-Widget .dialogOverlay .dialogBlock .dialogTitle {
16
- padding : 36 px 0 28 px ;
18
+ padding : 20 px 0 ;
17
19
font-weight : 500 ;
18
20
background-color : transparent;
19
21
font-size : var (--theia-ui-font-size2 );
28
30
29
31
.p-Widget .dialogOverlay .dialogBlock .dialogContent {
30
32
padding : 0 ;
33
+ overflow : auto;
31
34
}
32
35
33
36
.p-Widget .dialogOverlay .dialogBlock .dialogContent > input {
75
78
.fa .disabled {
76
79
opacity : .4 ;
77
80
}
81
+
82
+
83
+ @media only screen and (max-height : 560px ) {
84
+ .p-Widget .dialogOverlay .dialogBlock {
85
+ max-height : 400px ;
86
+ }
87
+ }
You can’t perform that action at this time.
0 commit comments