Added option to preview embedded element

This commit is contained in:
Kasper Rynning-Tønnesen
2018-10-24 13:10:56 +02:00
parent 9229fc07cf
commit 67b98d12ad
6 changed files with 30 additions and 7 deletions

View File

@@ -642,7 +642,7 @@ display: none !important;
}
}
@media only screen and (max-width: 736px) and (max-width:600px), only screen and (max-device-width: 736px) and (orientation: landscape){
@media only screen and (max-width: 736px) and (max-width:500px), only screen and (max-device-width: 736px) and (orientation: landscape){
#player-container{
/*display: none;*/
position: absolute;

View File

@@ -221,6 +221,10 @@ background: transparent !important;
box-shadow: none;
}
#embed {
max-height: max-content !important;
}
.chan.tap-target-origin {
display: none;
}