Style popup images and videos in email digests

This commit is contained in:
Ben Goldsworthy 2022-12-05 01:23:21 +00:00
parent e7671ccded
commit 6188c9ed22
1 changed files with 11 additions and 0 deletions

View File

@ -30,6 +30,17 @@
.checkin__meta {
margin: 0;
}
.popup__image,
.popup__video {
width: auto;
height: auto;
max-height: 90vh;
margin-top: 1em;
display: block;
background-color: white;
border: 2px solid var(--dark, #020202);
}
</style>
<h1>track.bengoldsworthy.net {{ ucwords($digest_type) }} Digest</h1>