themes photo: support <object>, add <iframe> as in previous commit

This commit is contained in:
Starbeamrainbowlabs 2022-02-07 02:26:00 +00:00
parent 1a9514594d
commit 4065f1c0ea
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,8 @@ tr:nth-child(2n) { background: var(--bg-a); }
th, td { padding: 0.25em 0.45em; }
pre, code, input, textarea { font-size: 1rem; }
img, video, audio { max-width: 100%; }
img, video, audio, iframe { max-width: 100%; }
object { width: 100%; height: 90vh; }
.spoiler { background: #333333; border-radius: 0.2em; color: transparent; }
.spoiler:target { background: transparent; color: inherit; }