mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
change update video to youtube embed with auto ad skipping and looping
This commit is contained in:
@@ -2902,10 +2902,31 @@ body:has(.outside-container:not(.hide)) #AddedSettings.tooltip:hover > .tooltipt
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
.whatsnewImg {
|
||||
background-color: black;
|
||||
pointer-events: none !important;
|
||||
margin: 8px auto;
|
||||
width: 90%;
|
||||
border-radius: 16px;
|
||||
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
|
||||
|
||||
}
|
||||
.whatsnewImg > iframe {
|
||||
aspect-ratio: 16/9;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 16px;
|
||||
opacity: 0;
|
||||
|
||||
animation-delay: 0.8s !important;
|
||||
animation: fade-in 0.5s forwards;
|
||||
}
|
||||
@keyframes fade-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.whatsnewTextContainer {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user