fix slice first height, settings loading
This commit is contained in:
parent
f1e17644da
commit
993170a75b
6 changed files with 31 additions and 6 deletions
|
|
@ -578,6 +578,13 @@ th, tr, td {
|
|||
border-bottom-right-radius: 10px;
|
||||
background-color: var(--bg-gray);
|
||||
}
|
||||
#settingsList button.selected {
|
||||
font-weight: bold;
|
||||
background-color: #ccc;
|
||||
}
|
||||
#settingsList button.selected:hover {
|
||||
background-color: #aaa;
|
||||
}
|
||||
|
||||
#help p {
|
||||
margin: 2px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue