init from gitlab
This commit is contained in:
7
ui/src/components/common/CenterCard.svelte
Normal file
7
ui/src/components/common/CenterCard.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="flex flex-row max-h-full justify-center">
|
||||
<div class="card flex-shrink-0 w-full max-w-xl max-h-full">
|
||||
<div class="card-body overflow-scroll">
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user