mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
AlasGG
This commit is contained in:
92
assets/gui/css/alas-mobile.css
Normal file
92
assets/gui/css/alas-mobile.css
Normal file
@@ -0,0 +1,92 @@
|
||||
.container-menu-collapsed {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.container-content-collapsed {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#pywebio-scope-log {
|
||||
font-size: .75rem !important;
|
||||
}
|
||||
|
||||
#pywebio-scope-content {
|
||||
padding: .25rem;
|
||||
margin: 0
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
[id^="pywebio-scope-arg_container-storage-"] {
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: 1fr auto;
|
||||
grid-template-rows: 1fr auto;
|
||||
}
|
||||
#pywebio-scope-dashboard {
|
||||
font-weight: 400;
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-auto-flow: row;
|
||||
grid-template-columns: repeat(auto-fit,minmax(6rem,1fr));
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#pywebio-scope-_groups {
|
||||
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;
|
||||
}
|
||||
|
||||
#pywebio-scope-running,
|
||||
#pywebio-scope-pending,
|
||||
#pywebio-scope-waiting,
|
||||
#pywebio-scope-log {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#output-container .status-point {
|
||||
margin: 45% 50% 55% 50%;
|
||||
width: .4rem;
|
||||
height: .4rem;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
*[style*="--dashboard-limit--"] {
|
||||
font-size: .8rem;
|
||||
padding: 0.2rem 0 0 0;
|
||||
}
|
||||
*[style*="--dashboard-value--"] {
|
||||
font-size: 1rem;
|
||||
margin: 0 0 0 0.4rem !important;
|
||||
}
|
||||
*[style*="--dashboard-total--"] {
|
||||
font-size: 1rem;
|
||||
}
|
||||
*[style*="--dashboard-help--"] {
|
||||
font-size: .6rem;
|
||||
}
|
||||
Reference in New Issue
Block a user