1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00
Files
AzurLaneAutoScript/assets/gui/css/alas-mobile.css

56 lines
952 B
CSS
Raw Normal View History

.container-menu-collapsed {
display: none;
}
.container-content-collapsed {
display: none;
}
2022-01-21 03:55:30 +08:00
#pywebio-scope-log {
font-size: .75rem !important;
}
#pywebio-scope-content {
padding: .25rem;
margin: 0
}
2022-01-06 03:39:38 +08:00
#pywebio-scope-navigator {
display: none;
}
[id^="pywebio-scope-arg_container-"] {
grid-auto-flow: row;
grid-template-rows: auto auto;
}
[id^="pywebio-scope-arg_container-checkbox-"] {
grid-auto-flow: column;
grid-template-columns: 1fr 8rem;
grid-template-rows: unset;
}
#pywebio-scope-_groups {
2022-01-06 03:39:38 +08:00
grid-template-columns: 0fr 1fr;
}
#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;
2022-08-08 18:23:54 +08:00
}
#pywebio-scope-running,
#pywebio-scope-pending,
2022-08-09 14:16:56 +08:00
#pywebio-scope-waiting,
#pywebio-scope-log {
2022-08-08 18:23:54 +08:00
overflow-y: auto;
}