Fixed showcased filter not adhered. Improved filter settings UI.

This commit is contained in:
2024-04-03 02:13:41 +02:00
parent 26546bea33
commit 8947288e76
4 changed files with 32 additions and 0 deletions

View File

@@ -46,6 +46,19 @@ onMounted(() => emit('open'));
border-radius: 0 0 .25rem .25rem;
background: var(--background);
}
.dialog-heading {
color: var(--primary);
margin: 0 0 .5rem 0;
font-size: 1rem;
}
.dialog-description {
margin: 0 0 .5rem 0;
color: var(--shadow-strong-10);
font-size: .9rem;
line-height: 1.5;
}
</style>
<style scoped>