diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-17 08:49:43 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-17 08:49:43 +0100 |
| commit | 19ec3852e70d90c915e522e1b531abace580c9ae (patch) | |
| tree | 9afd44491456c71bd2fd8046d332b8d6c6f6b120 /stylesheets/concerts.css | |
| parent | 5136edf44602f6a51f768786c7a0f669c6fd1584 (diff) | |
| download | quatuorbellefeuille.com-19ec3852e70d90c915e522e1b531abace580c9ae.tar.xz | |
Ropecast more shit to appease the Accursed Chrome Gods
Diffstat (limited to 'stylesheets/concerts.css')
| -rw-r--r-- | stylesheets/concerts.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/stylesheets/concerts.css b/stylesheets/concerts.css index 4d7f952..172a52f 100644 --- a/stylesheets/concerts.css +++ b/stylesheets/concerts.css @@ -184,9 +184,12 @@ a.thumbnail { display: grid; } - .thumbnail .summary { - align-self: flex-end; + .thumbnail { + position: relative; + } + .thumbnail .summary { + bottom: 0; display: flex; /* Make sure CANCELED block goes above summary. */ flex-direction: column; @@ -195,7 +198,6 @@ a.thumbnail { background: #0008; } .event.active > a.thumbnail .summary { - align-self: stretch; /* No idea why "100%" does not work here: */ height: var(--cell-height); justify-content: center; |
