forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-04-25 09:46:54 +02:00
parent 5ad46f3e53
commit 97fb177393
1 changed files with 7 additions and 3 deletions

View File

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