fix stuff + add stuff

This commit is contained in:
ashley 2025-09-29 22:56:23 +02:00
parent 9e6df9ba72
commit e553d26b11

View File

@ -1232,25 +1232,11 @@ Offical Discord Server! :3
<div class="pwp">
<style>
/* Hide 2K and 4K by default */
.quality-2k,
.quality-2k,
.quality-4k {
display: none !important;
}
/* Show 2K option only if screen height or width >= 1440px */
@media (min-width: 2048px), (min-height: 1440px) {
.quality-2k {
display: flex !important;
}
}
/* Show 4K option only if screen width or height >= 2160px */
@media (min-width: 3840px), (min-height: 2160px) {
.quality-4k {
display: flex !important;;
}
display: flex;
}
</style>