"test/ut/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "b8b7ed0e3eceb80e0c0eb7763319b7a2543f7fb7"
Commit e8a3fe2e authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: styling

parent d77657f0
...@@ -1008,7 +1008,9 @@ ...@@ -1008,7 +1008,9 @@
/> />
{#if $banners.length > 0 && !$chatId} {#if $banners.length > 0 && !$chatId}
<div class="absolute top-16 w-full {$showSidebar ? 'md:max-w-[calc(100%-260px)]' : ''}"> <div
class="absolute top-[4.25rem] w-full {$showSidebar ? 'md:max-w-[calc(100%-260px)]' : ''}"
>
<div class=" flex flex-col gap-1 w-full"> <div class=" flex flex-col gap-1 w-full">
{#each $banners.filter( (b) => (b.dismissible ? !JSON.parse(localStorage.getItem('dismissedBannerIds') ?? '[]').includes(b.id) : true) ) as banner} {#each $banners.filter( (b) => (b.dismissible ? !JSON.parse(localStorage.getItem('dismissedBannerIds') ?? '[]').includes(b.id) : true) ) as banner}
<Banner <Banner
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment