Fix border radius on mobile

This commit is contained in:
WardPearce
2025-01-27 20:01:13 +13:00
parent 9229a66ce5
commit 6b4782ab2b
+1
View File
@@ -63,6 +63,7 @@ main.root {
@media screen and (max-width: 650px) {
dialog.right {
width: 100% !important;
border-radius: 0 !important;
}
}