From 71ed8a60f48ccfeb3d4b50e2d745a97ddf6accf5 Mon Sep 17 00:00:00 2001 From: davide Date: Fri, 16 Nov 2018 08:12:52 +0100 Subject: [PATCH] Fixed floating button style to more consistently center the plus sign. --- parts/static/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/parts/static/style.css b/parts/static/style.css index 46aa75d..1c95987 100644 --- a/parts/static/style.css +++ b/parts/static/style.css @@ -240,6 +240,9 @@ div label input { } .round-floating-button { + position: flex; + align-items: center; + justify-content: center; position: fixed; bottom: 15pt; right: 15pt; @@ -248,9 +251,7 @@ div label input { border-radius: 20pt; background-color: #5E9292; font-size: 22pt; - padding-top: 8pt; box-shadow: 2pt 1pt 8pt black; - text-align: center; } .round-floating-button a{