Skip to content

Commit

Permalink
Editor Preview
Browse files Browse the repository at this point in the history
  • Loading branch information
farzindev committed Apr 11, 2021
1 parent 2dd625b commit b4f27e3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/Blogifier.Admin/wwwroot/admin/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Blogifier.Admin/wwwroot/admin/css/app.css.map

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions src/Blogifier.Admin/wwwroot/admin/scss/include/_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
&-fullscreen {
background: #fff;
position: fixed !important;
top: 50px;
top: 3rem;
left: 0;
right: 0;
bottom: 0;
Expand Down Expand Up @@ -72,17 +72,17 @@

&.fullscreen {
width: 100%;
height: 50px;
padding-top: 10px;
padding-bottom: 10px;
height: 4rem;
box-sizing: border-box;
background: #fff;
border: 0;
position: fixed;
top: 0;
left: 0;
opacity: 1;
z-index: 9;
z-index: 100;
button {
height: 4rem;
}
}

&.sided--no-fullscreen {
Expand Down Expand Up @@ -188,14 +188,15 @@
position: fixed;
bottom: 0;
width: 50%;
top: 50px;
top: 3rem;
right: 0;
z-index: 9;
overflow: auto;
display: none;
box-sizing: border-box;
border: 1px solid #ddd;
word-wrap: break-word;
border-left: 1px solid $gray-200;
padding-bottom: 7rem;
}
&-active-side,
&-active {
Expand Down

0 comments on commit b4f27e3

Please sign in to comment.