mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 17:07:08 +00:00
fix: switch icons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user