border style nit

This commit is contained in:
Ruben Fiszel
2025-04-28 19:29:56 +02:00
parent 56ede303ed
commit c27249ccf2
3 changed files with 4 additions and 12 deletions

View File

@@ -105,6 +105,10 @@
@apply p-6 !bg-surface !max-w-2xl;
}
.panel-item {
@apply border dark:border-gray-600 border-gray-200 flex gap-1 truncate font-normal justify-between w-full items-center py-1 px-2 rounded-sm duration-200;
}
.splitpanes--vertical > .splitpanes__pane {
transition: none !important;
}

View File

@@ -250,9 +250,3 @@
</PanelSection>
<AppTutorials bind:this={appTutorials} on:reload />
<style lang="postcss">
.panel-item {
@apply border flex gap-1 truncate font-normal justify-between w-full items-center py-1 px-2 rounded-sm duration-200;
}
</style>

View File

@@ -82,9 +82,3 @@
</div>
</div>
</PanelSection>
<style lang="postcss">
.panel-item {
@apply border flex gap-1 truncate font-normal justify-between w-full items-center py-1 px-2 rounded-sm duration-200;
}
</style>