Compare commits
No commits in common. "daf07826255f982997124c69c5500e8763ab6af0" and "4ef7d8f92284eacf0cb95d18b7fade76842a9907" have entirely different histories.
daf0782625
...
4ef7d8f922
2 changed files with 3 additions and 5 deletions
|
|
@ -165,7 +165,6 @@
|
|||
.table-viewer__main {
|
||||
grid-area: main;
|
||||
overflow-y: auto;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
.table-viewer__row {
|
||||
|
|
@ -281,19 +280,18 @@
|
|||
}
|
||||
|
||||
.table-viewer__count {
|
||||
color: #888;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.table-viewer__inserter {
|
||||
box-shadow: 0 -16px 16px #fff;
|
||||
grid-area: inserter;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
.table-viewer__inserter-help {
|
||||
color: #888;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
margin: 8px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.table-viewer__inserter-main {
|
||||
|
|
|
|||
|
|
@ -669,7 +669,7 @@
|
|||
</div>
|
||||
<div class="table-viewer__count padded padded-sm">
|
||||
{lazy_data.count} records total
|
||||
{#if lazy_data.count > lazy_data.rows.length}
|
||||
{#if lazy_data.count > lazy_data.rows.length || true}
|
||||
({lazy_data.count - lazy_data.rows.length} hidden; use filters to narrow
|
||||
your search)
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue