fixed icon aligned within tables/data sources

This commit is contained in:
Joe 2024-10-22 16:20:58 +01:00
parent d1801f5c94
commit 284f026513
1 changed files with 4 additions and 0 deletions

View File

@ -181,6 +181,7 @@
<div class="nav">
<a
class="nav-icon"
href={`/builder/app/${$appStore.appId}/data/datasource/${datasource?._id}`}
>
<IntegrationIcon
@ -335,6 +336,9 @@
gap: 8px;
background: var(--background);
}
.nav-icon {
display: flex;
}
.nav__views {
flex: 0 1 auto;
display: flex;