Add buttons next/prev/top/end
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user