mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
moved some widgets to elements
This commit is contained in:
8
packages/web/src/elements/SearchBoxWrapper.svelte
Normal file
8
packages/web/src/elements/SearchBoxWrapper.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<div><slot /></div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
display: flex;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user