mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added option to preview embedded element
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -221,6 +221,10 @@ background: transparent !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#embed {
|
||||
max-height: max-content !important;
|
||||
}
|
||||
|
||||
.chan.tap-target-origin {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user