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
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-06-14 13:23:42 +0300
committerJulius Härtl <jus@bitgrid.net>2019-06-14 15:15:35 +0300
commit9cd33bd4a0e0b7d1199287b8ff36bb63e0a7ed86 (patch)
tree30a49e2c30709fc67ab0d540f1e2886ff3cffd87 /css/style.scss
parent5e100bb1dc57f310df0fb2bab5166b87e58ef688 (diff)
Remove overwritten modal styles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'css/style.scss')
-rw-r--r--css/style.scss61
1 files changed, 2 insertions, 59 deletions
diff --git a/css/style.scss b/css/style.scss
index 31fa89f14..e0768ccfa 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -6,72 +6,15 @@
display: none;
}
-
-@media only screen and (max-width: 1024px) { // $breakpoint-mobile
- .modal-header .modal-title {
- display: none;
- }
-
- .menubar { // all the !important is unfortunately needed
- width: calc(100% - 250px) !important;
- margin-left: 0 !important;
- margin-right: 250px !important;
- }
-}
-
-
#files-public-content {
width: 100% !important;
height: 100%;
- .menubar { // all the !important is unfortunately needed
- width: calc(100% - 150px) !important;
- margin-left: 0 !important;
- margin-right: 150px !important;
- }
-
- #editor-session-list {
- right: 0;
+ #editor-container {
+ top: 0;
}
}
-// Overwrite Viewer component styles
-/*.modal-header {
- &.invisible {
- visibility: visible !important;
- opacity: 1 !important;
- }
-
- .modal-title {
- position: absolute;
- left: 0;
- padding: 0 16px !important;
- max-width: 200px !important;
- font-weight: bold;
- color: var(--color-main-text) !important;
- }
-
- .icons-menu .header-actions {
- filter: invert(100%);
- opacity: .4;
-
- &:hover,
- &:focus {
- opacity: 1;
- }
- }
-
- .icons-menu .icon-close::before {
- color: var(--color-main-text);
- opacity: .6;
-
- &:hover,
- &:focus {
- opacity: 1;
- }
- }
-}*/
-
.modal-container #editor-container {
position: absolute;
}