Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
rebuild
Browse files
src/lib/components/spaceheader/SpaceMiniHeader.svelte
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
});
|
15 |
|
16 |
</script>
|
17 |
-
|
18 |
{#if space.id && isVisible}
|
19 |
<div class="from-gray-50 to-white text-md shadow-alternate fixed right-6 top-5 z-20 flex h-[40px] items-stretch gap-3 overflow-hidden rounded-xl border border-gray-200 bg-gradient-to-t px-4 py-2 text-gray-500 dark:border-gray-800 max-sm:hidden font-other">
|
20 |
<div class="flex items-center justify-start gap-2">
|
|
|
14 |
});
|
15 |
|
16 |
</script>
|
|
|
17 |
{#if space.id && isVisible}
|
18 |
<div class="from-gray-50 to-white text-md shadow-alternate fixed right-6 top-5 z-20 flex h-[40px] items-stretch gap-3 overflow-hidden rounded-xl border border-gray-200 bg-gradient-to-t px-4 py-2 text-gray-500 dark:border-gray-800 max-sm:hidden font-other">
|
19 |
<div class="flex items-center justify-start gap-2">
|