fix config ui

This commit is contained in:
Julian Freeman
2026-04-16 21:50:32 -04:00
parent 83f762435b
commit 189d7c02f5

View File

@@ -37,8 +37,7 @@ const iconOptions = computed(() =>
</script>
<template>
<section class="content-scroll-area">
<section class="content-section">
<section class="config-page styled-scrollbar">
<div v-if="configError" class="inline-error">
{{ configError }}
</div>
@@ -166,10 +165,18 @@ const iconOptions = computed(() =>
</article>
</div>
</section>
</section>
</template>
<style scoped>
.config-page {
display: flex;
flex-direction: column;
gap: 10px;
min-height: 0;
overflow: auto;
padding: 0 2px 0 0;
}
.config-form-card,
.config-card {
border-radius: 18px;