Improve panel styling for multiple themes
This commit is contained in:
parent
147cc3e0fa
commit
7d0593515f
|
@ -72,10 +72,19 @@ button.copied {
|
||||||
color: var(--bg);
|
color: var(--bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
#themes {
|
||||||
display: flex;
|
display: table;
|
||||||
flex-direction: row;
|
border-spacing: 1em;
|
||||||
align-items: center;
|
border-collapse: separate;
|
||||||
|
}
|
||||||
|
|
||||||
|
#themes li {
|
||||||
|
display: table-row;
|
||||||
|
}
|
||||||
|
|
||||||
|
#themes li > * {
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#shutdown-form {
|
#shutdown-form {
|
||||||
|
|
Loading…
Reference in New Issue