about summary refs log tree commit diff stats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-02-27 20:19:09 +0300
committerManeraKai <manerakai@protonmail.com>2022-02-27 20:19:09 +0300
commita6fb964e993abd0a568c763e7cdf48e1ed14ac80 (patch)
tree56734946b71b46bc78d00546f759ba29ab186759 /src/pages/stylesheets
parentFixed a bug in exceptions (diff)
downloadlibredirect-a6fb964e993abd0a568c763e7cdf48e1ed14ac80.zip
Refined design. Bump version to 1.4.4
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index 97ba1953..e1a347cd 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -250,8 +250,8 @@ div.buttons-popup {
 
 div.buttons-inline {
   display: flex;
-  justify-content: space-between;
-  padding: 0 15px;
+  justify-content: start;
+  /* padding: 0 15px; */
 }
 
 .button-inline {