swiper - disable autoplay, add arrows

This commit is contained in:
isUnknown 2024-09-16 14:52:37 +02:00
parent c197809a4a
commit c27dfc2e0c
5 changed files with 41 additions and 13 deletions

View file

@ -6,18 +6,23 @@
}
.search-form {
position: relative;
width: fit-content;
margin: auto;
}
.search-input {
border-bottom: var(--border);
width: 40vw;
width: max(16rem, 40vw);
margin-right: 2rem;
padding: 0.3rem 0.5rem;
font-size: var(--font-size-h2);
}
.search-input::-webkit-search-cancel-button {
display: none;
}
.search-submit {
width: 2rem;
height: 2rem;