Style popup images and videos in email digests
This commit is contained in:
parent
e7671ccded
commit
6188c9ed22
1 changed files with 11 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue