mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 18:56:58 +00:00
fix(nc-gui): Data sources table now makes button icon only on small screen and fixed issue with base logo
This commit is contained in:
@@ -657,7 +657,7 @@ const projectDelete = () => {
|
||||
class="source-context flex items-center gap-2 text-gray-800 nc-sidebar-node-title"
|
||||
@contextmenu="setMenuContext('source', source)"
|
||||
>
|
||||
<GeneralBaseLogo :source-type="source.type" class="min-w-4 !xs:(min-w-4.25 w-4.25 text-sm)" />
|
||||
<GeneralBaseLogo class="min-w-4 !xs:(min-w-4.25 w-4.25 text-sm)" />
|
||||
{{ $t('general.default') }}
|
||||
</div>
|
||||
<div
|
||||
@@ -665,7 +665,7 @@ const projectDelete = () => {
|
||||
class="source-context flex flex-grow items-center gap-1.75 text-gray-800 min-w-1/20 max-w-full"
|
||||
@contextmenu="setMenuContext('source', source)"
|
||||
>
|
||||
<GeneralBaseLogo :source-type="source.type" class="min-w-4 !xs:(min-w-4.25 w-4.25 text-sm)" />
|
||||
<GeneralBaseLogo class="min-w-4 !xs:(min-w-4.25 w-4.25 text-sm)" />
|
||||
<div
|
||||
:data-testid="`nc-sidebar-base-${source.alias}`"
|
||||
class="nc-sidebar-node-title flex capitalize text-ellipsis overflow-hidden select-none"
|
||||
|
||||
Reference in New Issue
Block a user