From c39aef622e8e8749586e23bdd052f33369706d02 Mon Sep 17 00:00:00 2001 From: nicfreeman1209 Date: Mon, 3 May 2021 13:33:51 +0100 Subject: [PATCH] hide rounded corners on maximized modals (barely visible anyway) --- src/components/modals/Modal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/modals/Modal.vue b/src/components/modals/Modal.vue index fe08b13..d1bd5e6 100644 --- a/src/components/modals/Modal.vue +++ b/src/components/modals/Modal.vue @@ -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%;