From c86800be01e166471147bc9b3d6813c67f5aacf7 Mon Sep 17 00:00:00 2001 From: Joachim Date: Wed, 21 Apr 2021 19:36:59 +0200 Subject: [PATCH] Remove padding and add radius to menu Without padding, the children's lack of radius mask the radius. Using is-clipped helps clip with the parent's radius --- bookwyrm/templates/components/dropdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/components/dropdown.html b/bookwyrm/templates/components/dropdown.html index 734d6276..96dce823 100644 --- a/bookwyrm/templates/components/dropdown.html +++ b/bookwyrm/templates/components/dropdown.html @@ -23,7 +23,7 @@