Skip to content
Snippets Groups Projects
Commit fb068cce authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

remove min-width for main

parent 718f12b9
No related branches found
No related tags found
No related merge requests found
Pipeline #129349 failed
...@@ -53,8 +53,7 @@ function onScroll() { ...@@ -53,8 +53,7 @@ function onScroll() {
<v-container v-scroll="onScroll" :fluid="fluid"> <v-container v-scroll="onScroll" :fluid="fluid">
<v-row justify="center"> <v-row justify="center">
<v-col cols="auto" class="pa-0"> <v-col cols="auto" class="pa-0">
<v-card flat color="transparent" :min-width="mobile ? undefined : 900" <v-card flat color="transparent" :max-width="fluid ? undefined : 1500">
:max-width="fluid ? undefined : 1280">
<v-card-text class="pa-0"> <v-card-text class="pa-0">
<slot /> <slot />
</v-card-text> </v-card-text>
...@@ -64,11 +63,6 @@ function onScroll() { ...@@ -64,11 +63,6 @@ function onScroll() {
</v-col> </v-col>
</v-row> </v-row>
</v-container> </v-container>
<!-- <div class="i-ph-anchor-simple-thin d-none" />
<div class="i-tabler:database d-none" />
<div class="i-mdi:book-education-outline d-none" />
<div class="i-tabler:help d-none" /> -->
</v-main> </v-main>
<NavNavbar v-model:drawer="drawer" :title="title !== null ? title : undefined" :density="density" <NavNavbar v-model:drawer="drawer" :title="title !== null ? title : undefined" :density="density"
:drawer-enabled="navDrawer" /> :drawer-enabled="navDrawer" />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment