Browse Source

return original file

kaori 3 years ago
parent
commit
8eb7bf852f
1 changed files with 17 additions and 0 deletions
  1. 17 0
      packages/app/src/components/PageEditor/LinkEditPreview.module.scss

+ 17 - 0
packages/app/src/components/PageEditor/LinkEditPreview.module.scss

@@ -0,0 +1,17 @@
+.linkedit-preview {
+  .page-editor-preview-body {
+    max-height: 70vh;
+    padding-top: 0px;
+    margin: 0px -10px 0px -10px;
+    .wiki {
+      overflow-y: scroll;
+      font-size: 0.5rem;
+    }
+  }
+}
+
+// page preview button
+.btn-page-preview svg {
+  width: 18px;
+  height: 18px;
+}