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

@@ -54,10 +54,15 @@
.button-secondary {
color: var(--primary);
&:hover {
color: var(--highlight-strong);
&:hover:not(:disabled) {
color: var(--text-light);
background: var(--primary);
}
&:disabled {
color: var(--shadow-strong);
cursor: default;
}
}
.album-toggle {