fix config ui
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user