From 19ec3852e70d90c915e522e1b531abace580c9ae Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 17 Mar 2021 08:49:43 +0100 Subject: Ropecast more shit to appease the Accursed Chrome Gods --- stylesheets/concerts.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'stylesheets') 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; -- cgit v1.2.3