Skip to content

Commit

Permalink
fix(design): multi dho layout paddings (#1639) (#1785)
Browse files Browse the repository at this point in the history
* fix(design): main dho layout paddings (#1639)

* fix: class typo for bg

Co-authored-by: Arsenije Savic <[email protected]>
  • Loading branch information
evgenibir and arsenijesavic authored Nov 7, 2022
1 parent 5c5abc2 commit 6725f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/MultiDhoLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,12 @@ q-layout(:style="{ 'min-height': 'inherit' }" :view="'lHr Lpr lFr'" ref="layout"
q-header.bg-white(v-if="$q.screen.lt.lg")
top-navigation(:profile="profile" @toggle-sidebar="right = true" @search="onSearch" :dho="dho" :dhos="getDaos($apolloData.data.member)" :selectedDaoPlan="selectedDaoPlan")
q-page-container.bg-white.window-height.q-py-md(:class="{ 'q-pr-md': $q.screen.gt.md, 'q-px-xs': !$q.screen.gt.md}")
.scroll-background.bg-internal-bg.content.full-height
.bg-internal.bg-content.full-height
q-resize-observer(@resize="onContainerResize")
q-scroll-area.full-height(:thumb-style=" { 'opacity': '0' }" ref="scrollArea" :class="{ 'q-px-md': !$q.screen.gt.sm}")
.row.full-width
.col.margin-min(v-if="$q.screen.gt.sm")
.col-auto(:class="{'full-width': !$q.screen.gt.sm}")
.col-auto.q-py-md(:class="{'full-width': !$q.screen.gt.sm}")
.main(:class="{'q-pt-lg': $q.screen.gt.sm, 'full-width': !$q.screen.gt.sm}")
.row.full-width.items-center.justify-between
// navigation-header
Expand Down

0 comments on commit 6725f05

Please sign in to comment.