feat: switch to github for update video

This commit is contained in:
sethburkart123
2024-08-26 23:21:24 +10:00
parent 856ef62306
commit 444cb14e8a
5 changed files with 11 additions and 120 deletions
-20
View File
@@ -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;