fix slice first height, settings loading

This commit is contained in:
Stewart Allen 2020-06-09 23:19:51 -04:00
commit 993170a75b
6 changed files with 31 additions and 6 deletions

View file

@ -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;