UI overhaul, import fixes, fix user store

This commit is contained in:
2026-07-30 17:07:46 +02:00
parent 773149169b
commit 4b8bd11a4c
75 changed files with 1106 additions and 744 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
let {
icon_href = "",
width = "750px",
width = "800px",
children
}: {
icon_href?: string;
@@ -12,7 +12,7 @@ let {
<div class="block" style="width: {width}; max-width: 100%">
<img src={icon_href} alt="File icon" class="icon">
<div class="description">
<div class="description bubble">
{@render children?.()}
</div>
</div>
@@ -47,5 +47,6 @@ let {
background-color: var(--shaded_background);
backdrop-filter: blur(4px);
padding: 8px;
margin: 0;
}
</style>