diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-19 19:45:52 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-01-19 19:45:52 +0200 |
| commit | bbd5142fcab37e34ae3d208c43e87d65e06feb71 (patch) | |
| tree | 10c4bbb8cf7779fdb3c5b1c84549aa340cce16d2 /views/styles.css | |
| parent | 1c65183651962e7c91097d3ffd29cfb24b3a6bee (diff) | |
| download | nowayforward_human-bbd5142fcab37e34ae3d208c43e87d65e06feb71.tar nowayforward_human-bbd5142fcab37e34ae3d208c43e87d65e06feb71.tar.gz nowayforward_human-bbd5142fcab37e34ae3d208c43e87d65e06feb71.zip | |
feat(views/home): Implement clicking on cards
Diffstat (limited to 'views/styles.css')
| -rw-r--r-- | views/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/styles.css b/views/styles.css index bed3009..776f97b 100644 --- a/views/styles.css +++ b/views/styles.css @@ -185,6 +185,10 @@ hr.new-section { transition-property: height; } +.card * { + pointer-events: none; +} + .card:hover { cursor: pointer; height: calc(6.5em + var(--card-expand-with)); |
