youtube/vimeo iframes

This commit is contained in:
Nazar Kanaev
2021-04-01 16:46:26 +01:00
parent 0a6e621c02
commit 2cd815d9cd
7 changed files with 93 additions and 11 deletions

View File

@@ -386,6 +386,12 @@ select.form-control:not([multiple]):not([size]) {
height: auto;
}
.content iframe {
display: block;
max-width: 100%;
margin-bottom: 0.5rem;
}
.content pre {
overflow-x: auto;
color: inherit;