mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +02:00
allow swiping on the the grid carousel title area (#1521)
This commit is contained in:
@@ -12,6 +12,13 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
touch-action: pan-x;
|
||||
cursor: grab;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.navigation:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
.custom-title-container {
|
||||
@@ -32,6 +39,13 @@
|
||||
grid-template-columns: repeat(var(--cards-to-show, 2), minmax(0, 1fr));
|
||||
gap: var(--theme-spacing-md);
|
||||
overflow: hidden;
|
||||
touch-action: pan-x;
|
||||
cursor: grab;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.grid:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
.page-indicator {
|
||||
|
||||
Reference in New Issue
Block a user