0
1
Fork 0

adjust catalog paddings

This commit is contained in:
William Buezas 2024-11-28 21:47:01 -03:00
parent f52ee3f649
commit 9cff4a9ea6
2 changed files with 6 additions and 2 deletions

View File

@ -216,6 +216,10 @@ const logoutSupplantedUser = async () => {
padding: 16px;
}
div .q-drawer-container {
padding: 0 !important;
}
@include mobile {
#actions {
.q-btn {

View File

@ -36,7 +36,7 @@
/>
</div>
</Teleport>
<div style="padding-bottom: 5em">
<div>
<QDrawer v-model="rightDrawerOpen" side="right" :width="250" persistent>
<div class="q-pa-md">
<div class="basket-info q-gutter-y-sm">
@ -162,7 +162,7 @@
<div
:class="
viewMode === 'grid'
? 'q-px-md row justify-center q-gutter-md'
? ' row justify-center q-gutter-x-md'
: 'column items-center'
"
>