From caccd7120a1e6bcab9bf640f776fc0398fc90d11 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sat, 12 Nov 2022 06:35:14 -0800 Subject: [PATCH] Remove old viewer styles --- src/App.vue | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/App.vue b/src/App.vue index 839a7102..5e1653d4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -331,23 +331,6 @@ body.has-viewer header { z-index: 0 !important; } -// Patch viewer to remove the title and -// make the image fill the entire screen -.viewer { - .modal-title { - display: none; - } - .modal-wrapper .modal-container { - top: 0 !important; - bottom: 0 !important; - - .viewer__image-editor { - top: 0 !important; - bottom: 0 !important; - } - } -} - // Hide horizontal scrollbar on mobile // For the padding removal above #app-content-vue {