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

View file

@ -30,6 +30,17 @@
.checkin__meta { .checkin__meta {
margin: 0; 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> </style>
<h1>track.bengoldsworthy.net {{ ucwords($digest_type) }} Digest</h1> <h1>track.bengoldsworthy.net {{ ucwords($digest_type) }} Digest</h1>