Settings menu (#30) and UI tweaks

This commit is contained in:
2020-02-29 19:26:09 -05:00
parent 86840b46f4
commit e03625838b
8 changed files with 142 additions and 33 deletions

View File

@@ -184,6 +184,7 @@ mark {
background: #fff217;
border-radius: 0;
padding: 1px 0;
color: inherit;
}
.content-div {
@@ -305,3 +306,7 @@ mark {
display: none;
}
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
border-right: none;
}