1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 02:55:25 +08:00

Opt: List tasks instead of collapsing them in submodules

This commit is contained in:
LmeSzinc
2023-06-17 22:08:57 +08:00
parent e3051c5aaa
commit 0c37354ed5
25 changed files with 598 additions and 509 deletions

View File

@@ -4,11 +4,11 @@ details {
margin-bottom: .25rem !important;
}
details[open]>summary {
details[open] > summary {
border-bottom: unset !important;
}
details[open]>div {
details[open] > div {
margin-left: 0.625rem;
}
@@ -117,6 +117,22 @@ footer {
margin-bottom: .25rem !important;
}
.hr-task-group-box {
display: flex;
align-items: center;
margin-bottom: 0.5rem;
}
.hr-task-group-line {
border-top: 0.125rem solid;
flex-grow: 1;
}
.hr-task-group-text {
margin: 0 0.5rem;
font-size: 0.875rem;
}
input[type="checkbox"] {
width: 1.25rem;
height: 1.25rem;
@@ -171,7 +187,7 @@ button.btn.dropdown-toggle {
display: none;
}
.bootstrap-select>select {
.bootstrap-select > select {
position: unset !important;
bottom: unset !important;
left: unset !important;
@@ -199,7 +215,7 @@ button.btn.dropdown-toggle {
}
.alas-icon,
.alas-icon>image {
.alas-icon > image {
width: 42px;
height: 42px;
}
@@ -246,6 +262,7 @@ pre.rich-traceback-code {
#pywebio-scope-menu {
z-index: 90;
padding-left: .5rem;
padding-right: .5rem;
padding-top: 1.2rem;
overflow-y: auto;
width: 12rem;
@@ -280,7 +297,7 @@ pre.rich-traceback-code {
margin: auto;
}
#pywebio-scope-header_title>p {
#pywebio-scope-header_title > p {
font-size: 1.2rem;
margin: auto;
overflow: hidden;
@@ -293,7 +310,7 @@ pre.rich-traceback-code {
margin-bottom: auto;
}
#pywebio-scope-header_status>div>div+div+p {
#pywebio-scope-header_status > div > div + div + p {
margin: 0;
}
@@ -311,7 +328,7 @@ pre.rich-traceback-code {
grid-template-columns: 1fr minmax(25rem, 5fr) 2fr;
}
#pywebio-scope-group__info>p {
#pywebio-scope-group__info > p {
font-size: .80rem !important;
font-weight: 400;
}
@@ -322,13 +339,13 @@ pre.rich-traceback-code {
padding: 1rem;
}
[id^="pywebio-scope-group_"]>p {
[id^="pywebio-scope-group_"] > p {
font-size: 1.25rem;
font-weight: 500;
margin: 0 .25rem 0 .25rem !important;
}
[id^="pywebio-scope-group_"]>p+p {
[id^="pywebio-scope-group_"] > p + p {
font-size: .80rem;
margin: .2rem .25rem .1rem .25rem !important;
}
@@ -392,9 +409,9 @@ pre.rich-traceback-code {
grid-template-rows: auto auto 1fr;
}
#pywebio-scope-running>p,
#pywebio-scope-pending>p,
#pywebio-scope-waiting>p {
#pywebio-scope-running > p,
#pywebio-scope-pending > p,
#pywebio-scope-waiting > p {
font-size: 1.25rem;
font-weight: 500;
margin: 0 0.625rem 0 !important;