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 99 total = padding + margin = 96px
1010 */
1111 max-width : calc (100% - 96px ) !important ;
12+ min-width : unset;
13+ max-height : 560px ;
1214 padding : 0 28px ;
1315}
1416
1517.p-Widget .dialogOverlay .dialogBlock .dialogTitle {
16- padding : 36 px 0 28 px ;
18+ padding : 20 px 0 ;
1719 font-weight : 500 ;
1820 background-color : transparent;
1921 font-size : var (--theia-ui-font-size2 );
2830
2931.p-Widget .dialogOverlay .dialogBlock .dialogContent {
3032 padding : 0 ;
33+ overflow : auto;
3134}
3235
3336.p-Widget .dialogOverlay .dialogBlock .dialogContent > input {
7578.fa .disabled {
7679 opacity : .4 ;
7780}
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