1
0
Fork 0
mirror of synced 2024-09-21 03:43:21 +12:00

Update data section background colours for a better loading experience

This commit is contained in:
Andrew Kingston 2024-09-04 11:20:31 +01:00
parent b60923f929
commit 07df8157b3
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -328,6 +328,7 @@
align-items: center;
padding: 0 var(--spacing-xl);
gap: 8px;
background: var(--background);
}
.nav__views {
flex: 0 1 auto;

View file

@ -32,6 +32,6 @@
margin: -28px -40px -40px -40px;
display: flex;
flex-direction: column;
background: var(--background);
background: var(--spectrum-global-color-gray-50);
}
</style>

View file

@ -59,7 +59,6 @@
<div class="view-v1">
{#if view}
<Table
title={decodeURI(name)}
{schema}
tableId={view.tableId}
{data}
@ -82,7 +81,7 @@
<style>
.view-v1 {
padding: var(--spacing-xl);
padding: 0 var(--spacing-xl);
}
i {
font-size: var(--font-size-m);

View file

@ -321,7 +321,7 @@
width: 100%;
height: 100%;
background: var(--grid-background-alt);
opacity: 0.6;
opacity: 0.3;
}
/* Error */