removed border radius for fullscreen dialogs

This commit is contained in:
Milarin 2024-09-18 21:42:24 +02:00
parent 825df9a479
commit efd5dd0087

View File

@ -95,6 +95,7 @@ dialog::backdrop {
min-width: 100%;
min-height: 100%;
border: none;
border-radius: 0;
background-color: rgba(0, 0, 0, 0.85);
}
}