forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-04-25 09:53:20 +02:00
parent 97fb177393
commit 4d55acbfff
1 changed files with 3 additions and 7 deletions

View File

@ -5575,18 +5575,13 @@ code {
lite-youtube {
background-color: #000;
position: relative;
display: block;
contain: content;
background-position: center center;
background-size: cover;
cursor: pointer;
max-width: 720px;
margin-bottom: 1.3rem !important;
display: inline-block;
resize: both;
overflow: auto;
max-height: 70vh !important;
max-width: 100vw !important;
width: 500px;
}
lite-youtube::before {
@ -6910,6 +6905,7 @@ div.markdown {
resize: both;
display: inline-block;
overflow: auto;
max-height: 700vh !important;
max-width: 100vw !important;
}
.resizable > video {