Add buttons next/prev/top/end

This commit is contained in:
2026-03-05 18:09:00 +08:00
parent 3a545952c0
commit b27ec2088c
2 changed files with 97 additions and 2 deletions

View File

@@ -42,12 +42,18 @@ body {
}
.nav-left,
.nav-right {
.nav-right,
.nav-center {
display: flex;
align-items: center;
gap: 4px;
}
.nav-center {
flex: 1;
justify-content: center;
}
.nav-btn {
width: 40px;
height: 40px;