File tree 5 files changed +9
-20
lines changed
5 files changed +9
-20
lines changed Original file line number Diff line number Diff line change 3
3
4
4
.jse-modal.jse-jsoneditor-modal {
5
5
.jse-modal-contents {
6
- flex : 1 ;
7
- display : flex ;
8
- flex-direction : column ;
9
6
padding-top : 0 ;
10
7
11
8
--jse-theme-color : var (--jse-modal-theme-color );
31
28
32
29
.jse-modal-inline-editor {
33
30
flex : 1 ;
34
- min-height : 0 ;
31
+ min-height : 150 px ;
35
32
min-width : 0 ;
36
33
display : flex ;
37
34
}
Original file line number Diff line number Diff line change 1
1
@import ' ../../styles' ;
2
+ @import ' Modal' ;
2
3
3
4
.jse-modal.jse-repair {
4
- flex : 1 ;
5
- display : flex ;
6
- flex-direction : column ;
7
-
8
- font-family : var (--jse-font-family );
9
- font-size : var (--jse-font-size );
10
- line-height : normal ;
11
- background : var (--jse-background-color );
12
- color : var (--jse-text-color );
13
5
}
Original file line number Diff line number Diff line change 23
23
color : var (--jse-text-color );
24
24
25
25
.jse-modal-contents {
26
+ flex : 1 ;
27
+ display : flex ;
28
+ flex-direction : column ;
26
29
padding : 20px ;
27
30
overflow : auto ;
28
31
min-width : 0 ;
78
81
width : 800px ;
79
82
height : auto ;
80
83
min-height : 500px ;
81
- max-height : 80 % ;
84
+ max-height : calc ( 100 vh - 6 rem ) ;
82
85
display : flex ;
83
86
}
84
87
85
- :global(.bg.jse-modal-bg .jse-modal-content ) {
88
+ :global(.bg.jse-modal-bg .jse-modal-container ) {
86
89
flex : 1 ;
87
90
display : flex ;
88
- max-height : calc ( 100 vh - 6 rem ) ;
91
+ flex-direction : column ;
89
92
padding : 0 ;
90
93
}
Original file line number Diff line number Diff line change 3
3
4
4
.jse-modal.jse-transform {
5
5
.jse-modal-contents {
6
- flex : 1 ;
7
- display : flex ;
8
- flex-direction : column ;
9
6
color : inherit ;
10
7
min-height : 0 ;
11
8
padding : 0 ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export const SIMPLE_MODAL_OPTIONS = {
26
26
classBg : 'jse-modal-bg' ,
27
27
classWindow : 'jse-modal-window' ,
28
28
classWindowWrap : 'jse-modal-window-wrap' ,
29
- classContent : 'jse-modal-content '
29
+ classContent : 'jse-modal-container '
30
30
}
31
31
32
32
export const SORT_MODAL_OPTIONS = {
You can’t perform that action at this time.
0 commit comments