Switch to dynamic viewport units

This commit is contained in:
Cohee
2024-07-15 00:42:16 +03:00
parent ecceeec62a
commit b7a1474d7b
10 changed files with 83 additions and 88 deletions

View File

@@ -231,8 +231,8 @@
flex-direction: column;
}
body .popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder {
min-height: 50svh;
height: 50svh;
min-height: 50dvh;
height: 50dvh;
}
}
.popup:has(#qr--modalEditor) {

View File

@@ -297,8 +297,8 @@
}
>#qr--main>.qr--modal-messageContainer>#qr--modal-messageHolder {
min-height: 50svh;
height: 50svh;
min-height: 50dvh;
height: 50dvh;
}
}
}