summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;