about summary refs log tree commit diff stats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-06-09 10:32:09 +0300
committerManeraKai <manerakai@protonmail.com>2022-06-09 10:32:09 +0300
commit22b687876a25c1c8f3777320481ca584c838a838 (patch)
treef07b87c9215b68eb55c642cf5c0723fa0ce230a8 /src/pages/stylesheets
parentMerge branch 'master' of https://github.com/libredirect/libredirect (diff)
downloadlibredirect-22b687876a25c1c8f3777320481ca584c838a838.zip
Fixed maps. RTL to default instances checklist. Unify not working in chrmoium
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index e04f638f..0ef55da5 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -341,6 +341,10 @@ button svg {
   color: var(--text);
 }
 
+div.checklist{
+direction: ltr;
+}
+
 div.checklist div {
   justify-content: space-between;
   margin: 5px 15px;