This commit is contained in:
10
frontend/app/components/content/ArtColumns.vue
Normal file
10
frontend/app/components/content/ArtColumns.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div style="display: flex; gap: 1rem; max-height: calc(100vh - 130px);">
|
||||
<div style="flex: 4; overflow-y: auto; text-align: center;">
|
||||
<slot name="left" />
|
||||
</div>
|
||||
<div style="flex: 2; overflow-y: auto; margin-left: 25px;">
|
||||
<slot name="right" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user