max-width: 100%;
flex-grow: 1;
flex-basis: auto !important;
+ min-height: 0;
}
.editor-toolbar-label {
float: none !important;
#markdown-editor .markdown-editor-wrap:not(.active) {
flex-grow: 0;
flex: none;
- min-height: 0;
}
}
width: 100%;
font-size: 11px;
line-height: 1.6;
- border-bottom: 1px solid #DDD;
- background-color: #EEE;
- @include lightDark(background-color, #eee, #111);
- @include lightDark(border-color, #ddd, #000);
+ border-bottom: 1px solid #CCC;
+ @include lightDark(background-color, #FFF, #333);
+ @include lightDark(border-color, #CCC, #000);
flex: none;
@include whenDark {
button {
height: auto;
}
-.title-input.page-title {
- font-size: 0.8em;
- @include lightDark(background-color, #fff, #333);
- .input {
- border: 0;
- margin-bottom: -1px;
- }
- input[type="text"] {
- max-width: 840px;
- margin: 0 auto;
- border: none;
- height: auto;
- }
-}
-
-.page-title input {
- display: block;
- width: 100%;
- font-size: 1.4em;
-}
-
.description-input textarea {
display: block;
width: 100%;
height: auto;
}
-div[editor-type="markdown"] .title-input.page-title input[type="text"] {
- max-width: 100%;
- border-radius: 0;
+.description-input > .tox-tinymce {
+ border: 1px solid #DDD !important;
+ @include lightDark(border-color, #DDD !important, #000 !important);
+ border-radius: 3px;
+ .tox-toolbar__primary {
+ justify-content: end;
+ }
}
.search-box {
&.flexible input {
width: 100%;
}
- .search-box-cancel {
+ button.search-box-cancel {
left: auto;
right: 0;
}