Merged filters into new settings dialog, added experimental summary field.

This commit is contained in:
DebaucheryLibrarian
2022-11-28 03:33:46 +01:00
parent 637669e3d1
commit b5e308562e
15 changed files with 740 additions and 72 deletions

View File

@@ -114,13 +114,16 @@ export default {
}
::v-deep(.dialog-body) {
padding: 1rem;
flex-grow: 1;
box-sizing: border-box;
padding: 1rem;
overflow-y: auto;
}
::v-deep(.dialog-section:not(:last-child)) {
padding-bottom: 1rem;
border-bottom: solid 1px var(--shadow-hint);
margin-bottom: 1rem;
overflow: auto;
}