summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-17 08:49:43 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-17 08:49:43 +0100
commit19ec3852e70d90c915e522e1b531abace580c9ae (patch)
tree9afd44491456c71bd2fd8046d332b8d6c6f6b120
parent5136edf44602f6a51f768786c7a0f669c6fd1584 (diff)
downloadquatuorbellefeuille.com-19ec3852e70d90c915e522e1b531abace580c9ae.tar.xz
Ropecast more shit to appease the Accursed Chrome Gods
-rw-r--r--stylesheets/concerts.css8
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;