mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 19:36:00 +00:00
web-svelte => web
This commit is contained in:
13
packages/web/src/widgets/WidgetColumnBar.svelte
Normal file
13
packages/web/src/widgets/WidgetColumnBar.svelte
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="main-container">
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.main-container {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
user-select: none;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user