More work on the layout

This commit is contained in:
Gregory Schier
2023-03-04 21:51:17 -08:00
parent 7152e1845e
commit ae24cd4939
9 changed files with 198 additions and 147 deletions

View File

@@ -1,17 +1,18 @@
.cm-wrapper {
height: 100%;
width: 100%;
position: relative;
}
@apply h-full;
.cm-wrapper .cm-editor {
@apply inset-0;
position: absolute !important;
font-size: 0.85em;
&.cm-full-height {
@apply relative;
.cm-editor {
@apply inset-0;
position: absolute !important;
}
}
}
.cm-editor {
@apply w-full block;
@apply w-full block text-[0.85rem];
&.cm-focused {
outline: none !important;