quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit 19ec3852e70d90c915e522e1b531abace580c9ae
parent 5136edf44602f6a51f768786c7a0f669c6fd1584
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 17 Mar 2021 08:49:43 +0100

Ropecast more shit to appease the Accursed Chrome Gods

Diffstat:
Mstylesheets/concerts.css | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git 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;