mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Add: Submodule AlasFpyBridge (experimental)
This commit is contained in:
@@ -34,13 +34,16 @@
|
||||
}
|
||||
|
||||
#pywebio-scope-_daemon {
|
||||
display: grid;
|
||||
grid-auto-flow: row;
|
||||
grid-template-rows: auto minmax(6rem, auto) minmax(15rem, 1fr);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#pywebio-scope-log{
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
#pywebio-scope-_daemon_upper {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
|
||||
@@ -337,6 +337,10 @@ pre.rich-traceback-code {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#pywebio-scope-groups:not(:has(*)) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#pywebio-scope-navigator {
|
||||
margin: .5rem 1rem .5rem;
|
||||
height: min-content;
|
||||
|
||||
Reference in New Issue
Block a user