calendar strip mobile add nav arrows

This commit is contained in:
isUnknown 2024-09-13 16:00:15 +02:00
parent bc2d238a05
commit 544c634a2e
5 changed files with 41 additions and 4 deletions

View file

@ -22,6 +22,10 @@
width: 100%;
}
.calendar-strip__change-week {
display: none;
}
.calendar-strip__days .week,
.calendar-strip__days .week > ul {
display: contents;
@ -99,7 +103,15 @@
}
.calendar-strip__selector {
width: 7rem;
width: 6rem;
}
.calendar-strip__selector span {
margin: auto;
}
.calendar-strip__change-week {
font-size: 1.5rem;
display: block;
}
.calendar-strip__calendar-btn {