You've already forked AstralRinth
forked from didirus/AstralRinth
13 lines
183 B
Svelte
13 lines
183 B
Svelte
<div class="layout-search">
|
|
<slot />
|
|
</div>
|
|
|
|
<style lang="postcss">
|
|
.layout-search {
|
|
display: flex;
|
|
padding: 16px;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
}
|
|
</style>
|