This commit is contained in:
2026-08-27 23:46:19 +02:00
parent a8ed350aec
commit 8aed3b022b
16 changed files with 602 additions and 186 deletions

View File

@@ -146,6 +146,28 @@ button {
margin: 0 auto;
}
.shelf-row {
display: flex;
gap: 20px;
overflow-x: auto;
padding: 4px 4px 16px;
cursor: grab;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* old Edge */
}
.shelf-row::-webkit-scrollbar {
display: none; /* Chrome, Safari */
}
.shelf-row.dragging {
cursor: grabbing;
}
.shelf-row .card {
flex: 0 0 180px;
}
.round {
border-radius: 999px;
border: none;