Explorar el Código

Remove css for previewer

sbkwgh hace 8 años
padre
commit
9c23fd906e
Se han modificado 1 ficheros con 1 adiciones y 17 borrados
  1. 1 17
      src/components/InputEditorCore.vue

+ 1 - 17
src/components/InputEditorCore.vue

@@ -171,7 +171,7 @@
 			color: $color__darkgray--primary;
 			border: thin solid $color__gray--primary;
 			transition: background-color 0.2s;
-			margin: 0;
+			margin: 0 0.25rem;
 
 			&:hover {
 				background-color: $color__gray--darker;
@@ -204,22 +204,6 @@
 			}
 		}
 
-		@at-root #{&}__markdownHTML {
-			height: 8.2rem;
-			overflow: auto;
-			word-break: break-word;
-			padding: 0.5rem;
-
-			@at-root #{&}--empty {
-				@include text($font--role-emphasis, 1rem);
-				display: flex;
-				margin-top: 1rem;
-				align-content: center;
-				@include user-select(none);
-				cursor: default;
-				color: $color__gray--darker;
-			}
-		}
 
 		@at-root #{&}__error {
 			position: absolute;