From f0849521239f440e1cbee174c141cd41060c6a76 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 15 Mar 2020 15:42:52 -0700 Subject: [PATCH] Small fix to pulldown text display --- fedireads/static/format.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fedireads/static/format.css b/fedireads/static/format.css index b7dfcbb3..4c0231cf 100644 --- a/fedireads/static/format.css +++ b/fedireads/static/format.css @@ -139,7 +139,6 @@ ul.menu a { list-style: none; background: white; padding: 1em; - text-align: right; right: 0; box-shadow: 0 5px 10px rgba(0,0,0,0.15); width: max-content; @@ -147,6 +146,9 @@ ul.menu a { .pulldown-container:hover .pulldown { display: block; } +.pulldown li { + margin-bottom: 0.5em; +} #feed { display: flex;