diff options
| author | ManeraKai <manerakai@protonmail.com> | 2022-06-09 10:32:09 +0300 | 
|---|---|---|
| committer | ManeraKai <manerakai@protonmail.com> | 2022-06-09 10:32:09 +0300 | 
| commit | 22b687876a25c1c8f3777320481ca584c838a838 (patch) | |
| tree | f07b87c9215b68eb55c642cf5c0723fa0ce230a8 /src/pages/stylesheets | |
| parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
| download | libredirect-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.css | 4 | 
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;  | 
