From 3e441088ad9f5a98f0acda506bd03f7d1631cb0c Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 24 Sep 2024 11:55:24 +0800 Subject: chore: update stylelint --- .stylelintrc.json | 8 +++++--- 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 @@ "emptyLineBefore": "always", "noEmptyLineBetween": true, "properties": [ + "content", "display", - "overflow", "box-sizing", "flex", + "flex-direction", + "overflow", "width", "height", "margin", @@ -101,10 +103,10 @@ "emptyLineBefore": "always", "noEmptyLineBetween": true, "properties": [ - "transform", - "opacity", "transition", + "transform", "visibility", + "opacity", "cursor" ] } 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 { .EasyMDEContainer { display: flex; box-sizing: border-box; + flex-direction: column; height: 100%; align-items: stretch; gap: 0.5em; - flex-direction: column; .CodeMirror { order: 1; -- cgit v1.2.3-70-g09d2