about summary refs log tree commit diff stats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-04-10 20:44:07 +0300
committerManeraKai <manerakai@protonmail.com>2022-04-10 20:44:07 +0300
commitcb5ce455f04e85279bf6fb73fc0ed83e4bed5216 (patch)
tree2e6a189430af08b99304f09199560a2fef4a6176 /src/pages/stylesheets
parentUncommented a code for fetching from data.json in sendTargets #174 (diff)
downloadlibredirect-cb5ce455f04e85279bf6fb73fc0ed83e4bed5216.zip
Fixed typo in get_instances.py. Fixed settings page width #163
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css2
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;
 }