This commit is contained in:
make
2025-03-31 16:29:09 +08:00
parent 7fc4233066
commit 2d2e1172aa
27 changed files with 270 additions and 166 deletions

View File

@@ -1429,10 +1429,14 @@ aria {
padding: 0.75rem;
font-size: 0;
letter-spacing: 0;
overflow: hidden;
overflow-x: scroll;
white-space: nowrap;
}
.book-nav ul li {
display: inline-block;
width: 25%;
width: auto;
white-space: nowrap;
font-size: 100%;
}
.book-nav ul li a {
@@ -1449,6 +1453,7 @@ aria {
color: #fff;
background: #fe7031;
border: 1px solid #fe7031;
padding: 0.1rem 0.5rem;
}
.book-subnav {
overflow: hidden;