|
|
@@ -1,7 +1,6 @@
|
|
|
@import 'editor-overlay';
|
|
|
|
|
|
body:not(.on-edit) {
|
|
|
-
|
|
|
// hide .page-editor-footer
|
|
|
.page-editor-footer {
|
|
|
display: none !important;
|
|
|
@@ -19,11 +18,11 @@ body.on-edit {
|
|
|
|
|
|
// for growi layout
|
|
|
.main {
|
|
|
- >.row {
|
|
|
+ > .row {
|
|
|
margin: 0;
|
|
|
|
|
|
- >.col-lg-10,
|
|
|
- >.col-md-9 {
|
|
|
+ > .col-lg-10,
|
|
|
+ > .col-md-9 {
|
|
|
width: 100%;
|
|
|
padding: 0;
|
|
|
}
|
|
|
@@ -72,7 +71,6 @@ body.on-edit {
|
|
|
|
|
|
// hide hackmd related alert
|
|
|
&.hackmd #page-status-alert {
|
|
|
-
|
|
|
.alert-hackmd-someone-editing,
|
|
|
.alert-hackmd-draft-exists {
|
|
|
display: none;
|
|
|
@@ -98,7 +96,7 @@ body.on-edit {
|
|
|
|
|
|
background: none;
|
|
|
|
|
|
- >.header-container {
|
|
|
+ > .header-container {
|
|
|
width: 100%; // for crowi layout
|
|
|
padding: 0; // for crowi layout
|
|
|
pointer-events: initial; // enable pointer-events
|
|
|
@@ -169,7 +167,6 @@ body.on-edit {
|
|
|
}
|
|
|
|
|
|
&.builtin-editor {
|
|
|
-
|
|
|
/*****************
|
|
|
* Editor styles
|
|
|
*****************/
|
|
|
@@ -211,7 +208,8 @@ body.on-edit {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .page-editor-preview-container {}
|
|
|
+ .page-editor-preview-container {
|
|
|
+ }
|
|
|
|
|
|
.page-editor-preview-body {
|
|
|
padding-top: 18px;
|
|
|
@@ -231,7 +229,7 @@ body.on-edit {
|
|
|
width: 20px;
|
|
|
}
|
|
|
|
|
|
- .dropdown-menu>li>a {
|
|
|
+ .dropdown-menu > li > a {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
@@ -270,7 +268,7 @@ body.on-edit {
|
|
|
}
|
|
|
|
|
|
.hackmd-preinit,
|
|
|
- #iframe-hackmd-container>iframe {
|
|
|
+ #iframe-hackmd-container > iframe {
|
|
|
border: none;
|
|
|
}
|
|
|
|
|
|
@@ -348,8 +346,8 @@ body.on-edit {
|
|
|
|
|
|
#tag-edit-button-tooltip {
|
|
|
.tooltip-inner {
|
|
|
- background-color: #fff;
|
|
|
color: #000;
|
|
|
+ background-color: #fff;
|
|
|
border: 1px solid #ccc;
|
|
|
}
|
|
|
|