feat: new portal selection and favicons

This commit is contained in:
Rekryt
2025-07-10 18:17:05 +03:00
parent e015b3dad7
commit b98981a172
26 changed files with 338 additions and 3364 deletions

View File

@@ -332,7 +332,7 @@ const submit = () => {
<v-tab value="groups">{{ t('groups') }}</v-tab>
<v-tab value="exclude">{{ t('exclude') }}</v-tab>
</v-tabs>
<v-card-text>
<v-card-text class="px-0">
<v-tabs-window v-model="tab">
<v-tabs-window-item class="pt-2" value="portals">
<base-form-portals
@@ -470,6 +470,6 @@ const submit = () => {
</template>
<style lang="scss">
.baseForm {
max-width: 580px;
max-width: 920px;
}
</style>