Skip to content
Snippets Groups Projects
Commit 7ae42c84 authored by Alexandros Georgantas's avatar Alexandros Georgantas Committed by john
Browse files

Positioning corrections of toolbar and view only mode

parent da7ed607
No related branches found
No related tags found
No related merge requests found
...@@ -25,17 +25,6 @@ $white: #fff; ...@@ -25,17 +25,6 @@ $white: #fff;
.editor-wrapper { .editor-wrapper {
height: 90vh; height: 90vh;
position: relative; position: relative;
// move to a new file toolbar.scss ??
.view-mode {
font-size: 14px;
position: absolute;
right: 0;
text-align: center;
top: 10px;
width: 20%;
z-index: 9999;
}
} }
.sc-prose-editor { .sc-prose-editor {
......
...@@ -12,7 +12,7 @@ $toolbar-active-bg: rgba(204, 204, 204, .75); ...@@ -12,7 +12,7 @@ $toolbar-active-bg: rgba(204, 204, 204, .75);
.sc-toolbar { .sc-toolbar {
background-color: $white; background-color: $white;
border-right: 0; border-right: 0;
max-width: 1200px; margin-left: 18.6%;
padding-left: 0; padding-left: 0;
vertical-align: middle; vertical-align: middle;
width: 100%; width: 100%;
...@@ -128,5 +128,13 @@ $toolbar-active-bg: rgba(204, 204, 204, .75); ...@@ -128,5 +128,13 @@ $toolbar-active-bg: rgba(204, 204, 204, .75);
} }
} // End sc-toolbar } // End sc-toolbar
.view-mode {
font-size: 14px;
position: absolute;
right: 5.5%;
text-align: center;
top: 10px;
z-index: 9999;
}
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment