diff --git a/package.json b/package.json index 3c8c270b..aa880ea2 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,11 @@ "postcss": { "plugins": { "postcss-dark-theme-class": {}, - "postcss-preset-env": {} + "postcss-preset-env": { + "features": { + "logical-properties-and-values": false + } + } } }, "browserslist": [ diff --git a/src/components/status.jsx b/src/components/status.jsx index 3bdd3a42..9adc28ce 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -881,6 +881,7 @@ function Status({
@@ -907,6 +908,7 @@ function Status({
- + {translatedContent} {!!pronunciationContent && ( diff --git a/src/index.css b/src/index.css index 7002c099..b4b96ec0 100644 --- a/src/index.css +++ b/src/index.css @@ -90,6 +90,10 @@ box-sizing: border-box; } +[dir] { + text-align: start; +} + html { text-size-adjust: 100%; }