mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +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:
@@ -10,7 +10,7 @@
|
||||
font-size: .75rem !important;
|
||||
}
|
||||
|
||||
*[style*="container-content"] {
|
||||
#pywebio-scope-content {
|
||||
padding: .25rem;
|
||||
margin: 0
|
||||
}
|
||||
@@ -18,4 +18,22 @@
|
||||
*[style*="container-args-row"],
|
||||
*[style*="container-large.args"] {
|
||||
grid-template-columns: 1fr 8rem !important;
|
||||
}
|
||||
|
||||
#pywebio-scope-_groups {
|
||||
grid-template-columns: 0fr 1fr 0fr;
|
||||
}
|
||||
|
||||
#pywebio-scope-overview {
|
||||
grid-auto-flow: row;
|
||||
grid-template-rows: 100% 100%;
|
||||
}
|
||||
|
||||
#pywebio-scope-daemon-overview {
|
||||
grid-auto-flow: row;
|
||||
grid-template-rows: auto auto auto 1fr;
|
||||
}
|
||||
|
||||
#pywebio-scope-schedulers {
|
||||
grid-auto-flow: row;
|
||||
}
|
||||
Reference in New Issue
Block a user