diff options
-rw-r--r-- | .stylelintrc.json | 8 | ||||
-rw-r--r-- | src/css/index.css | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 10506f9..073111f 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json | |||
@@ -34,10 +34,12 @@ | |||
34 | "emptyLineBefore": "always", | 34 | "emptyLineBefore": "always", |
35 | "noEmptyLineBetween": true, | 35 | "noEmptyLineBetween": true, |
36 | "properties": [ | 36 | "properties": [ |
37 | "content", | ||
37 | "display", | 38 | "display", |
38 | "overflow", | ||
39 | "box-sizing", | 39 | "box-sizing", |
40 | "flex", | 40 | "flex", |
41 | "flex-direction", | ||
42 | "overflow", | ||
41 | "width", | 43 | "width", |
42 | "height", | 44 | "height", |
43 | "margin", | 45 | "margin", |
@@ -101,10 +103,10 @@ | |||
101 | "emptyLineBefore": "always", | 103 | "emptyLineBefore": "always", |
102 | "noEmptyLineBetween": true, | 104 | "noEmptyLineBetween": true, |
103 | "properties": [ | 105 | "properties": [ |
104 | "transform", | ||
105 | "opacity", | ||
106 | "transition", | 106 | "transition", |
107 | "transform", | ||
107 | "visibility", | 108 | "visibility", |
109 | "opacity", | ||
108 | "cursor" | 110 | "cursor" |
109 | ] | 111 | ] |
110 | } | 112 | } |
diff --git a/src/css/index.css b/src/css/index.css index 44daab0..db80277 100644 --- a/src/css/index.css +++ b/src/css/index.css | |||
@@ -45,10 +45,10 @@ body { | |||
45 | .EasyMDEContainer { | 45 | .EasyMDEContainer { |
46 | display: flex; | 46 | display: flex; |
47 | box-sizing: border-box; | 47 | box-sizing: border-box; |
48 | flex-direction: column; | ||
48 | height: 100%; | 49 | height: 100%; |
49 | align-items: stretch; | 50 | align-items: stretch; |
50 | gap: 0.5em; | 51 | gap: 0.5em; |
51 | flex-direction: column; | ||
52 | 52 | ||
53 | .CodeMirror { | 53 | .CodeMirror { |
54 | order: 1; | 54 | order: 1; |