Ensure theme selection button is the full-width of the menu

This commit is contained in:
Matt Ickstadt 2018-07-26 15:21:22 -05:00
parent 8b3038e3ef
commit 05f3c693a7
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ a:hover {
color: var(--icons); color: var(--icons);
} }
.theme-popup .theme { .theme-popup .theme {
display: inline; width: 100%;
border: 0; border: 0;
margin: 0; margin: 0;
padding: 2px 10px; padding: 2px 10px;