1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 13:57:26 +08:00

Add: Navigation bar

This commit is contained in:
18870
2022-01-06 03:39:38 +08:00
parent 952f8c1eb6
commit 65ce0f359f
5 changed files with 69 additions and 2 deletions

View File

@@ -73,6 +73,18 @@ footer {
margin: 0;
}
.btn-navigator {
border-radius: 0;
margin: 0 !important;
width: 100%;
text-align: left;
transition: color 0s ease-in-out;
}
.btn-navigator:hover {
font-weight: bold;
}
.toastify-center,
.toastify-right,
.toastify-left {
@@ -275,6 +287,7 @@ button.btn.dropdown-toggle {
}
#pywebio-scope-_groups {
height: 100%;
display: grid;
grid-auto-flow: column;
@@ -298,6 +311,16 @@ button.btn.dropdown-toggle {
margin: .2rem .25rem .1rem .25rem !important;
}
#pywebio-scope-groups {
overflow-y: auto;
}
#pywebio-scope-navigator {
margin: .5rem 1rem .5rem;
height: min-content;
max-width: 15rem;
}
#pywebio-scope-overview {
height: 100%;
overflow: auto;