diff --git a/fedireads/static/format.css b/fedireads/static/format.css index ab56a07d..dbb076a7 100644 --- a/fedireads/static/format.css +++ b/fedireads/static/format.css @@ -159,7 +159,8 @@ body { display: block; } -.pulldown li { +.pulldown a { + display: block; margin-bottom: 0.5em; } @@ -184,7 +185,7 @@ div.pulldown-button button { color: #247BA0; } -div.pulldown button { +ul.pulldown button { display: block; text-align: left; width: 100%; diff --git a/fedireads/templates/snippets/shelve_button.html b/fedireads/templates/snippets/shelve_button.html index c4fdabe1..222dc486 100644 --- a/fedireads/templates/snippets/shelve_button.html +++ b/fedireads/templates/snippets/shelve_button.html @@ -7,15 +7,17 @@