diff --git a/fedireads/static/format.css b/fedireads/static/format.css index d8b2511b6..41bbc7a02 100644 --- a/fedireads/static/format.css +++ b/fedireads/static/format.css @@ -152,7 +152,7 @@ body { box-shadow: 0 5px 10px rgba(0,0,0,0.15); width: max-content; border: 2px solid #247BA0; - align: left; + text-align: left; } .pulldown-container:hover .pulldown { @@ -184,6 +184,11 @@ div.pulldown-button button { background-color: inherit; color: #247BA0; } +div.pulldown-button .pulldown-toggle { + padding: 0; + position: relative; + left: -0.5em; +} ul.pulldown button { display: block; diff --git a/fedireads/templates/snippets/shelve_button.html b/fedireads/templates/snippets/shelve_button.html index 80d0744a1..beeb76b64 100644 --- a/fedireads/templates/snippets/shelve_button.html +++ b/fedireads/templates/snippets/shelve_button.html @@ -7,7 +7,7 @@
-