mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Opt: Refactor GUI
Using new scope methods due to output() being deprecated in pywebio v1.5 (3a433cda0a)
- Opt: Combine on/off button into a single switch, this effect scheduler and log auto scroll
This commit is contained in:
@@ -1,4 +1,35 @@
|
||||
*[style*="container-args-row"],
|
||||
*[style*="container-large.args"] {
|
||||
grid-template-columns: 1fr 13rem !important;
|
||||
}
|
||||
|
||||
#pywebio-scope-overview {
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: minmax(16rem, 20rem) minmax(24rem, 1fr);
|
||||
}
|
||||
|
||||
#pywebio-scope-daemon-overview {
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: 1fr minmax(25rem, 6fr) 1fr;
|
||||
}
|
||||
|
||||
#pywebio-scope-schedulers {
|
||||
grid-auto-flow: row;
|
||||
grid-template-rows: auto 7.75rem minmax(7.75rem, 13rem) minmax(7.75rem, 1fr);
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#pywebio-scope-_daemon {
|
||||
display: grid;
|
||||
grid-auto-flow: row;
|
||||
grid-template-rows: auto minmax(6rem, auto) minmax(15rem, 1fr);
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#pywebio-scope-_daemon_upper {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: auto auto;
|
||||
}
|
||||
Reference in New Issue
Block a user