Skip to content

Commit 05f3c69

Browse files
committed
Ensure theme selection button is the full-width of the menu
1 parent 8b3038e commit 05f3c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/css/chrome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ a:hover {
389389
color: var(--icons);
390390
}
391391
.theme-popup .theme {
392-
display: inline;
392+
width: 100%;
393393
border: 0;
394394
margin: 0;
395395
padding: 2px 10px;

0 commit comments

Comments
 (0)