UI overhaul, import fixes, fix user store
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user