Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-05-14 16:50:55 +0300
committerJulius Härtl <jus@bitgrid.net>2019-05-14 16:50:55 +0300
commit7b1652351ce1b6b4c342fb7f817d3b68f0941f13 (patch)
treec89a4bc5bdc62b2d0664e9eac590a4d4e30bd5a6 /css
parent8a5e445a0e170ce1e43f335753525fbc6b45de50 (diff)
Remove modal mask limit
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss18
1 files changed, 0 insertions, 18 deletions
diff --git a/css/style.scss b/css/style.scss
index 16507ac64..226342e83 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -428,21 +428,3 @@ div[contenteditable=false] {
margin-top: 10px;
margin-bottom: 20px;
}
-
-// TODO: properly move this to the viewer as an option
-.modal-mask {
- height: calc(100% - 50px) !important;
- top: 50px !important;
-}
-
-#app-sidebar.app-sidebar--full {
- position: unset !important;
-}
-
-#viewer-content.modal-mask .modal-wrapper .modal-container {
- border-radius: 3px !important;
-}
-
-.modal-container #editor-container {
- height: calc(100vh - 88px - 50px) !important;
-}