aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-24 11:55:24 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-24 12:17:22 +0800
commit3e441088ad9f5a98f0acda506bd03f7d1631cb0c (patch)
treee5b063c6ce4822abd76b752eaca181ba55aa9597
parent3f698f6faa489888b9d1bcc0851f04a91bb47b02 (diff)
chore: update stylelint
-rw-r--r--.stylelintrc.json8
-rw-r--r--src/css/index.css2
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;