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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user