summaryrefslogtreecommitdiff
path: root/stylesheets/concerts.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-14 11:17:22 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-14 11:17:22 +0100
commited18f9d48c7c57ad9e96d9354bf58a2df9c5c161 (patch)
treef0c7927ca3a7a551d4d8142b84a111e0163aef57 /stylesheets/concerts.css
parent75ac34ffa43f47bfc43d48d2e9d59334b30e808b (diff)
downloadquatuorbellefeuille.com-ed18f9d48c7c57ad9e96d9354bf58a2df9c5c161.tar.xz
Tweak copyright presentation for concert photos
Not satisfied with how things look on mobile; it's unintuitive to scroll back up to see the information we thought we would get by clicking on something…
Diffstat (limited to 'stylesheets/concerts.css')
-rw-r--r--stylesheets/concerts.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/stylesheets/concerts.css b/stylesheets/concerts.css
index a413d28..ac96122 100644
--- a/stylesheets/concerts.css
+++ b/stylesheets/concerts.css
@@ -61,11 +61,11 @@ a.event {
}
.credits {
position: absolute;
- top: 0;
+ bottom: 0;
right: 0;
color: white;
background: #0008;
- border-bottom-left-radius: 0.5em;
+ border-top-left-radius: 0.5em;
padding: 0 0.2em;
font-size: small;
}
@@ -194,4 +194,8 @@ a.event {
height: 100%;
justify-content: center;
}
+
+ .eventcontainer:not(.active) .credits > span:only-child {
+ display: none;
+ }
}