mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
themes: treat iframe as img, audio, and video HTML elements
This commit is contained in:
parent
439187139d
commit
1a9514594d
2 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ input[type=button], input[type=submit]{
|
|||
.link-display{
|
||||
margin-left:0.5rem;
|
||||
}
|
||||
audio, video, img{
|
||||
audio, video, img, iframe{
|
||||
max-width:100%;
|
||||
}
|
||||
object {
|
||||
|
|
|
@ -155,7 +155,7 @@ input[type=button], input[type=submit] { cursor: pointer; }
|
|||
.link-display { margin-left: 0.5rem; }
|
||||
.button { appearance: button; -moz-appearance: button; -webkit-appearance: button; text-decoration: none; font-size: 0.9em; }
|
||||
|
||||
audio, video, img { max-width: 100%; }
|
||||
audio, video, img, iframe { max-width: 100%; }
|
||||
object { width: 100%; height: 90vh; }
|
||||
figure:not(.preview) { display: inline-block; }
|
||||
figure:not(.preview) > :first-child { display: block; }
|
||||
|
|
Loading…
Reference in a new issue