mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 00:09:18 +08:00
Fix: merge LmeSzinc/dev into branch, resolve conflicts
This commit is contained in:
@@ -30,6 +30,12 @@
|
||||
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-_groups {
|
||||
grid-template-columns: 0fr 1fr;
|
||||
}
|
||||
|
||||
@@ -3,6 +3,12 @@
|
||||
grid-template-columns: 1fr 13rem;
|
||||
}
|
||||
|
||||
[id^="pywebio-scope-arg_container-storage-"] {
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: 1fr auto;
|
||||
grid-template-rows: 1fr auto;
|
||||
}
|
||||
|
||||
#pywebio-scope-overview {
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: minmax(16rem, 20rem) minmax(24rem, 1fr);
|
||||
|
||||
@@ -311,6 +311,10 @@ pre.rich-traceback-code {
|
||||
grid-template-columns: 1fr minmax(25rem, 5fr) 2fr;
|
||||
}
|
||||
|
||||
#pywebio-scope-group__info>p {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
[id^="pywebio-scope-group_"] {
|
||||
margin-top: .5rem;
|
||||
margin-bottom: .5rem;
|
||||
@@ -441,7 +445,8 @@ pre.rich-traceback-code {
|
||||
margin: .125rem 0;
|
||||
}
|
||||
|
||||
[id^="pywebio-scope-arg_container-checkbox-"] {
|
||||
[id^="pywebio-scope-arg_container-checkbox-"],
|
||||
[id^="pywebio-scope-arg_container-storage-"] {
|
||||
display: grid;
|
||||
margin: .375rem 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user