app: fix nav alignment
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/767/head
parent
aad685d8d3
commit
f82c4ab851
|
@ -24,9 +24,11 @@
|
|||
</template>
|
||||
|
||||
<template #footer>
|
||||
<ul class="app-navigation__settings">
|
||||
<NcAppNavigationItem :name="t('memories', 'Settings')" @click="showSettings">
|
||||
<CogIcon slot="icon" :size="20" />
|
||||
</NcAppNavigationItem>
|
||||
</ul>
|
||||
</template>
|
||||
</NcAppNavigation>
|
||||
|
||||
|
@ -441,4 +443,11 @@ export default defineComponent({
|
|||
padding: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
ul.app-navigation__settings {
|
||||
height: auto !important;
|
||||
overflow: hidden !important;
|
||||
padding-top: 0 !important;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue