Ensure theme selection button is the full-width of the menu
This commit is contained in:
parent
8b3038e3ef
commit
05f3c693a7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue