Fixed showcased filter not adhered. Improved filter settings UI.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user