mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: switch to github for update video
This commit is contained in:
@@ -2903,32 +2903,12 @@ li.MessageList__unread___3imtO {
|
||||
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.823;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 16px;
|
||||
opacity: 0;
|
||||
|
||||
animation: fade-in 0.5s forwards;
|
||||
animation-delay: 0.8s !important;
|
||||
}
|
||||
@keyframes fade-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.whatsnewTextContainer {
|
||||
display: flex;
|
||||
overflow-x: hidden;
|
||||
|
||||
Reference in New Issue
Block a user