From 0f40d390d7e30371448b6056848f0414f54fbeab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=2E=20Sch=C3=B6nitzer?= Date: Sun, 8 Apr 2018 13:15:01 +0200 Subject: [PATCH] Make savebutton have normal size --- options.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/options.html b/options.html index 95b4549..dbcc89b 100644 --- a/options.html +++ b/options.html @@ -11,6 +11,9 @@ #status { font-size: 1.1em; } + #save { + margin-right: auto; + }