mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 13:06:01 +00:00
10 lines
143 B
Svelte
10 lines
143 B
Svelte
<div><slot /></div>
|
|
|
|
<style>
|
|
div {
|
|
display: flex;
|
|
border-bottom: 1px solid var(--theme-border);
|
|
margin-bottom: 5px;
|
|
}
|
|
</style>
|