border style nit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user