@@ -21,7 +21,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<NcContent id="content" app-name="deck" :class="{ 'nav-hidden': !navShown, 'sidebar-hidden': !sidebarRouterView }">
|
<NcContent app-name="deck" :class="{ 'nav-hidden': !navShown, 'sidebar-hidden': !sidebarRouterView }">
|
||||||
<AppNavigation />
|
<AppNavigation />
|
||||||
<NcAppContent>
|
<NcAppContent>
|
||||||
<router-view />
|
<router-view />
|
||||||
@@ -128,7 +128,7 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
||||||
#content {
|
#content-vue {
|
||||||
#app-content {
|
#app-content {
|
||||||
transition: margin-left 100ms ease;
|
transition: margin-left 100ms ease;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -436,7 +436,7 @@ export default {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
input[type=search] {
|
input[type=search] {
|
||||||
background-position: 5px;
|
background-position: 5px;
|
||||||
padding-left: 24px;
|
padding-left: 24px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
:loading="loading"
|
:loading="loading"
|
||||||
:to="routeTo"
|
:to="routeTo"
|
||||||
:undo="deleted"
|
:undo="deleted"
|
||||||
|
:menu-placement="'auto'"
|
||||||
@undo="unDelete">
|
@undo="unDelete">
|
||||||
<NcAppNavigationIconBullet slot="icon" :color="board.color" />
|
<NcAppNavigationIconBullet slot="icon" :color="board.color" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user