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> </script>
<template> <template>
<section class="content-scroll-area"> <section class="config-page styled-scrollbar">
<section class="content-section">
<div v-if="configError" class="inline-error"> <div v-if="configError" class="inline-error">
{{ configError }} {{ configError }}
</div> </div>
@@ -166,10 +165,18 @@ const iconOptions = computed(() =>
</article> </article>
</div> </div>
</section> </section>
</section>
</template> </template>
<style scoped> <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-form-card,
.config-card { .config-card {
border-radius: 18px; border-radius: 18px;