forked from verdnatura/hedera-web
adjust catalog paddings
This commit is contained in:
parent
f52ee3f649
commit
9cff4a9ea6
|
@ -216,6 +216,10 @@ const logoutSupplantedUser = async () => {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div .q-drawer-container {
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
@include mobile {
|
@include mobile {
|
||||||
#actions {
|
#actions {
|
||||||
.q-btn {
|
.q-btn {
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Teleport>
|
</Teleport>
|
||||||
<div style="padding-bottom: 5em">
|
<div>
|
||||||
<QDrawer v-model="rightDrawerOpen" side="right" :width="250" persistent>
|
<QDrawer v-model="rightDrawerOpen" side="right" :width="250" persistent>
|
||||||
<div class="q-pa-md">
|
<div class="q-pa-md">
|
||||||
<div class="basket-info q-gutter-y-sm">
|
<div class="basket-info q-gutter-y-sm">
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
<div
|
<div
|
||||||
:class="
|
:class="
|
||||||
viewMode === 'grid'
|
viewMode === 'grid'
|
||||||
? 'q-px-md row justify-center q-gutter-md'
|
? ' row justify-center q-gutter-x-md'
|
||||||
: 'column items-center'
|
: 'column items-center'
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue