From a16be70a5f7b9f7f07e276afa3ed9bf96acddc49 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 1 Apr 2020 01:42:28 +0200 Subject: [PATCH] why is width = 100%? --- threadr/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/threadr/style.css b/threadr/style.css index a7a65bc..d6c2bc8 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -317,6 +317,7 @@ ul.list li a.active { .dropdown-content { display: none; + width: auto; position: static; background-color: %COLOR_BLUE%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);