feat: support non-singleton explorer

This commit is contained in:
Jacky Zhao
2025-03-10 15:13:04 -07:00
parent dd940a007c
commit a8001e9554
15 changed files with 168 additions and 146 deletions

View File

@ -542,7 +542,7 @@ video {
}
.spacer {
flex: 1 1 auto;
flex: 2 1 auto;
}
div:has(> .overflow) {
@ -555,17 +555,14 @@ ol.overflow {
max-height: 100%;
overflow-y: auto;
width: 100%;
margin-bottom: 0;
// clearfix
content: "";
clear: both;
& > li:last-of-type {
margin-bottom: 30px;
}
& > li.overflow-end {
height: 4px;
height: 1rem;
margin: 0;
}