updated ui/dist

This commit is contained in:
Gani Georgiev
2025-10-23 20:59:36 +03:00
parent 749bf7815c
commit d5dcd01551
35 changed files with 59 additions and 49 deletions

View File

@@ -136,4 +136,7 @@
max-height: 100px;
overflow: auto;
}
.inline-flex {
max-width: 100%;
}
</style>

View File

@@ -15,7 +15,7 @@
</script>
<div class="record-info-excerpt">
<div class="content">
<div class="info-content">
<RecordInfoContent {record} />
</div>

View File

@@ -63,7 +63,7 @@
{/each}
{#if expanded.length > 2}
<span class="delimiter">|</span>
<small class="txt-hint">({expanded.length - 2} more)</small>
<small class="delimiter txt-hint">({expanded.length - 2} more)</small>
{/if}
{#if isMultiple}<span class="expand-end">{"]"}</span>{/if}
{:else if field.type == "geoPoint"}

View File

@@ -2,8 +2,6 @@
import { addErrorToast } from "@/stores/toasts";
import ApiClient from "@/utils/ApiClient";
import OverlayPanel from "@/components/base/OverlayPanel.svelte";
import CopyIcon from "@/components/base/CopyIcon.svelte";
import FormattedDate from "@/components/base/FormattedDate.svelte";
import RecordFieldValue from "@/components/records/RecordFieldValue.svelte";
export let collection;