fix: switch icons

This commit is contained in:
DarkPhoenix2704
2026-03-30 10:03:20 +00:00
parent 747ca48395
commit 8a0034b65d
4 changed files with 8 additions and 13 deletions

View File

@@ -307,14 +307,11 @@ watch(activeViewTab, (value) => {
>
<div v-if="integrationListContainerWidth" class="px-6 pt-6">
<div
class="flex justify-end flex-wrap gap-3 m-auto"
class="flex justify-end flex-wrap gap-3 m-auto nc-content-max-w"
:class="{
'items-start': showTitle,
'items-end': !showTitle,
}"
:style="{
maxWidth: listWrapperMaxWidth,
}"
>
<div class="flex-1">
<h2 v-if="showTitle" class="text-lg font-semibold text-nc-content-gray mb-2">
@@ -415,10 +412,7 @@ watch(activeViewTab, (value) => {
}"
>
<div
class="flex flex-col space-y-6 w-full"
:style="{
maxWidth: listWrapperMaxWidth,
}"
class="flex flex-col space-y-6 w-full nc-content-max-w"
>
<template v-for="(category, key) in integrationsMapByCategory">
<div