Basically wrote the whole thing.

This commit is contained in:
Aodhan
2025-06-25 04:21:13 +01:00
parent 1ff4a6f6d7
commit c5391a957d
216 changed files with 168676 additions and 1303 deletions

View File

@@ -580,6 +580,7 @@
overflow: hidden;
position: relative;
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 4px solid transparent;
}
.selection-item:hover {
@@ -588,7 +589,9 @@
}
.selection-item.selected {
box-shadow: 0 0 0 3px var(--primary-color), var(--card-shadow-hover);
border-width: 12px;
/* keep existing border-color set by action */
box-shadow: var(--card-shadow-hover);
transform: translateY(-8px) scale(1.02);
}