File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 10
10
font-family : "Segoe UI" , Arial, Meiryo, sans-serif;
11
11
max-width : 600px ;
12
12
max-height : 600px ;
13
+ min-height : 480px ;
13
14
}
14
15
.optionMenu {
15
16
list-style : none;
45
46
# main {
46
47
font-size : 15px ;
47
48
padding-bottom : 5px ;
49
+ height : 100% ;
50
+ flex-direction : column;
48
51
}
49
52
# roleList {
50
53
padding : 0 ;
97
100
</ style >
98
101
</ head >
99
102
< body >
100
- < div style ="display: flex ">
103
+ < div style ="display: flex; height: 100% ">
101
104
< div class ="mainPane " style ="min-width: 280px ">
102
105
< div id ="main " style ="display: none ">
103
106
< div style ="padding: 12px 6px 6px; ">
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function main() {
85
85
executeAction ( tab . id , 'loadInfo' , { } ) . then ( userInfo => {
86
86
if ( userInfo ) {
87
87
loadFormList ( url , userInfo , tab . id ) ;
88
- document . getElementById ( 'main' ) . style . display = 'block ' ;
88
+ document . getElementById ( 'main' ) . style . display = 'flex ' ;
89
89
} else {
90
90
const noMain = document . getElementById ( 'noMain' ) ;
91
91
const p = noMain . querySelector ( 'p' ) ;
You can’t perform that action at this time.
0 commit comments