Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
plduthoit committed Oct 16, 2024
1 parent d0036e0 commit 2ee6ccd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions vue/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
</v-snackbar>
<div :class="'App__content container ' + (appStore.mobile ? 'App__content--mobile' : 'App__content--desktop')">
<v-breadcrumbs v-if="!appStore.mobile" class="Breadcrumbs" :items="appStore.breadcrumbs"></v-breadcrumbs>
<Transition>
<RouterView />
</Transition>
<RouterView />
</div>
</div>
</template>
Expand Down
2 changes: 0 additions & 2 deletions vue/src/assets/styles/views/SheetView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@
@media (max-width: $bp-xl) {
.SheetView {
grid-template-columns: minmax(0, 1fr);

// grid-template-columns: 1fr 22.5rem;
grid-template-rows: auto;
max-width: 100%;
row-gap: 2rem;
Expand Down

0 comments on commit 2ee6ccd

Please sign in to comment.