From 05f3c693a703267a8e91263c7e75c5f1e614d691 Mon Sep 17 00:00:00 2001 From: Matt Ickstadt Date: Thu, 26 Jul 2018 15:21:22 -0500 Subject: [PATCH] Ensure theme selection button is the full-width of the menu --- src/theme/css/chrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/css/chrome.css b/src/theme/css/chrome.css index e5defd1e..911cdc8a 100644 --- a/src/theme/css/chrome.css +++ b/src/theme/css/chrome.css @@ -389,7 +389,7 @@ a:hover { color: var(--icons); } .theme-popup .theme { - display: inline; + width: 100%; border: 0; margin: 0; padding: 2px 10px;