Move diagnostics log to modal; add header Log button
This commit is contained in:
4
pikit-web/assets/diaglog.css
Normal file
4
pikit-web/assets/diaglog.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.diag-log-modal .log-box {
|
||||
max-height: 60vh;
|
||||
min-height: 300px;
|
||||
}
|
||||
@@ -422,6 +422,10 @@ body {
|
||||
min-height: 220px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
#diagModal pre.log-box {
|
||||
max-height: 60vh;
|
||||
min-height: 300px;
|
||||
}
|
||||
#releaseProgress {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user