Skip to content

Commit

Permalink
Tweak editor page and box styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 23, 2021
1 parent ffcb987 commit b6f68b8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions frontend/src/assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ section {
.box {
background: $white;
box-shadow: 2px 2px 0 #f3f3f3;
border: 1px solid #eee;
border: 1px solid #e6e6e6;
}
.box hr {
background-color: #efefef;
Expand Down Expand Up @@ -211,12 +211,19 @@ body.is-noscroll {

.tox-tinymce {
box-shadow: 2px 2px 0 #f3f3f3;
border: 1px solid #eee;
border: 1px solid #e6e6e6;
border-radius: 3px;

.tox-toolbar__primary {
border-color: #eee !important;
border-color: #e6e6e6 !important;
}
}
.tox-statusbar__branding {
display: none;
}
.tox .tox-statusbar {
border: 0;
}
}
.plain-editor textarea {
height: 65vh;
Expand Down

0 comments on commit b6f68b8

Please sign in to comment.