hide rounded corners on maximized modals

(barely visible anyway)
This commit is contained in:
nicfreeman1209 2021-05-03 13:33:51 +01:00
parent 654a4d02cd
commit c39aef622e
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ export default {
.maximized {
background: rgba(0, 0, 0, 0.95);
padding: 0;
border-radius: 0;
height: 100%;
width: 100%;
max-width: 100%;