diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-04-10 20:44:07 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-04-10 20:44:07 +0300 |
commit | cb5ce455f04e85279bf6fb73fc0ed83e4bed5216 (patch) | |
tree | 2e6a189430af08b99304f09199560a2fef4a6176 /src/pages/stylesheets/styles.css | |
parent | Uncommented a code for fetching from data.json in sendTargets #174 (diff) | |
download | libredirect-cb5ce455f04e85279bf6fb73fc0ed83e4bed5216.zip |
Fixed typo in get_instances.py. Fixed settings page width #163
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r-- | src/pages/stylesheets/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 7450915a..58f3a62f 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -105,7 +105,7 @@ input:invalid { } section.option-block { - width: 50%; + width: 700px; margin: 0 50px; } |