settings: fix layout bug
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/672/head
parent
02644a645f
commit
b5a59d457d
|
@ -23,6 +23,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<NcAppSettingsDialog
|
||||
id="memories-settings"
|
||||
:open="open"
|
||||
:show-navigation="true"
|
||||
:title="t('memories', 'Memories Settings')"
|
||||
|
@ -272,11 +273,18 @@ export default defineComponent({
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.app-settings-section {
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
#memories-settings:deep {
|
||||
.app-settings__content {
|
||||
// Fix weirdness when focusing on toggle input on mobile
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#sign-out {
|
||||
margin-top: 10px;
|
||||
.app-settings-section {
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
|
||||
#sign-out {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue