mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
update aspect ratio and video url
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
|||||||
import { animate, spring, stagger } from 'motion'
|
import { animate, spring, stagger } from 'motion'
|
||||||
import loading, { AppendLoadingSymbol } from './seqta/ui/Loading'
|
import loading, { AppendLoadingSymbol } from './seqta/ui/Loading'
|
||||||
|
|
||||||
import updateVideo from './resources/update-video.mp4'
|
|
||||||
import IconFamily from './resources/fonts/IconFamily.woff'
|
import IconFamily from './resources/fonts/IconFamily.woff'
|
||||||
import LogoLight from './resources/icons/betterseqta-light-icon.png'
|
import LogoLight from './resources/icons/betterseqta-light-icon.png'
|
||||||
import LogoLightOutline from './resources/icons/betterseqta-light-outline.png'
|
import LogoLightOutline from './resources/icons/betterseqta-light-outline.png'
|
||||||
@@ -269,7 +268,7 @@ export function OpenWhatsNewPopup() {
|
|||||||
let popup = document.getElementsByClassName('whatsnewContainer')[0]
|
let popup = document.getElementsByClassName('whatsnewContainer')[0]
|
||||||
|
|
||||||
injectYouTubeVideo(
|
injectYouTubeVideo(
|
||||||
'5nM6T3KCVfM', 'PLSlFV-9e6dvyRNVacLwJwQZ3sWJYZ_PFb', document.querySelector('.whatsnewImg')!, true, true, '100%', '100%'
|
'JdDA45GYEUc', 'PLSlFV-9e6dvyvZJFPCtBMb3LSp-LGbrbI', document.querySelector('.whatsnewImg')!, true, true, '100%', '100%'
|
||||||
)
|
)
|
||||||
|
|
||||||
animate(
|
animate(
|
||||||
|
|||||||
@@ -2911,7 +2911,7 @@ body:has(.outside-container:not(.hide)) #AddedSettings.tooltip:hover > .tooltipt
|
|||||||
|
|
||||||
}
|
}
|
||||||
.whatsnewImg > iframe {
|
.whatsnewImg > iframe {
|
||||||
aspect-ratio: 16/9;
|
aspect-ratio: 16/9.823;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user