Fixed floating button style to more consistently center the plus sign.

pull/3/head
davide 6 years ago
parent ae96e7457c
commit 71ed8a60f4

@ -240,6 +240,9 @@ div label input {
} }
.round-floating-button { .round-floating-button {
position: flex;
align-items: center;
justify-content: center;
position: fixed; position: fixed;
bottom: 15pt; bottom: 15pt;
right: 15pt; right: 15pt;
@ -248,9 +251,7 @@ div label input {
border-radius: 20pt; border-radius: 20pt;
background-color: #5E9292; background-color: #5E9292;
font-size: 22pt; font-size: 22pt;
padding-top: 8pt;
box-shadow: 2pt 1pt 8pt black; box-shadow: 2pt 1pt 8pt black;
text-align: center;
} }
.round-floating-button a{ .round-floating-button a{

Loading…
Cancel
Save