Remove old viewer styles

pull/221/head
Varun Patil 2022-11-12 06:35:14 -08:00
parent 00622078b9
commit caccd7120a
1 changed files with 0 additions and 17 deletions

View File

@ -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 {