diff --git a/static/style.css b/static/style.css index b9c65be..c6e739a 100644 --- a/static/style.css +++ b/static/style.css @@ -8,6 +8,10 @@ body { background: #f4f4f9; } +.hidden { + display: none; +} + .card { border: 1px solid #ccc; padding: 10px; @@ -81,6 +85,10 @@ body { padding: 5px; } +.fab-options li.hidden { + display: none; +} + .fab-label { padding: 2px 5px; align-self: center; diff --git a/templates/floating_button.html b/templates/floating_button.html index f506e65..c86d108 100644 --- a/templates/floating_button.html +++ b/templates/floating_button.html @@ -1,23 +1,33 @@ -
+