diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-30 01:02:59 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-30 01:02:59 +0300 |
commit | c5a6623e0f320b2a789e0d2667ccfe2e1bd4335f (patch) | |
tree | dabfa0f2cecf137771f276996f9368922c5aeb64 /src/pages/stylesheets | |
parent | Fixed typo for CopyRaw #291 (diff) | |
download | libredirect-c5a6623e0f320b2a789e0d2667ccfe2e1bd4335f.zip |
Fixed settings theme and translation flashing #286
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r-- | src/pages/stylesheets/styles.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index f4027c28..e04f638f 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -112,6 +112,7 @@ body.option { section.links div { margin: 20px 0; + width: max-content; } a { @@ -297,11 +298,6 @@ div.buttons-popup { margin-right: 5px; } -body.rtl { - margin-right: 0; - margin-left: 5px; -} - .button:hover svg { color: var(--active); } @@ -449,4 +445,8 @@ button { display: inline-block; cursor: pointer; border-radius: 5px; +} + +body div section { + display: none; } \ No newline at end of file |