3
0

Remove padding from sidebar footer

This commit is contained in:
Jože Fortun 2022-12-23 10:25:47 +01:00
parent b7952dbd4a
commit 170d06c7b8

View File

@ -9,7 +9,7 @@
:sidebar-class="`sidebar ${isExpanded ? 'expanded' : ''}`"
:header-class="`d-block sidebar-header ${isExpanded ? 'expanded border-bottom p-2' : ''}`"
:body-class="`bg-white ${isExpanded ? 'py-2 px-3' : ''}`"
:footer-class="`bg-white rounded-right ${isExpanded ? 'p-2' : ''}`"
:footer-class="`bg-white rounded-right ${isExpanded ? 'px-2' : ''}`"
:no-header="!isExpanded"
:backdrop="isMobile"
:shadow="isExpanded"