committed by
Julius Härtl
parent
71a35a9cf8
commit
7ae7537b59
@@ -102,7 +102,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
@@ -75,10 +75,10 @@ import { ActionButton, AppSidebar, AppSidebarTab } from '@nextcloud/vue'
|
|||||||
import { mapState, mapGetters } from 'vuex'
|
import { mapState, mapGetters } from 'vuex'
|
||||||
import Color from '../../mixins/color'
|
import Color from '../../mixins/color'
|
||||||
|
|
||||||
|
import CardSidebarTabDetails from './CardSidebarTabDetails'
|
||||||
import CardSidebarTabAttachments from './CardSidebarTabAttachments'
|
import CardSidebarTabAttachments from './CardSidebarTabAttachments'
|
||||||
import CardSidebarTabComments from './CardSidebarTabComments'
|
import CardSidebarTabComments from './CardSidebarTabComments'
|
||||||
import CardSidebarTabActivity from './CardSidebarTabActivity'
|
import CardSidebarTabActivity from './CardSidebarTabActivity'
|
||||||
import CardSidebarTabDetails from './CardSidebarTabDetails'
|
|
||||||
import MarkdownIt from 'markdown-it'
|
import MarkdownIt from 'markdown-it'
|
||||||
import MarkdownItTaskLists from 'markdown-it-task-lists'
|
import MarkdownItTaskLists from 'markdown-it-task-lists'
|
||||||
import { formatFileSize } from '@nextcloud/files'
|
import { formatFileSize } from '@nextcloud/files'
|
||||||
@@ -101,10 +101,10 @@ export default {
|
|||||||
AppSidebar,
|
AppSidebar,
|
||||||
AppSidebarTab,
|
AppSidebarTab,
|
||||||
ActionButton,
|
ActionButton,
|
||||||
|
CardSidebarTabDetails,
|
||||||
CardSidebarTabAttachments,
|
CardSidebarTabAttachments,
|
||||||
CardSidebarTabComments,
|
CardSidebarTabComments,
|
||||||
CardSidebarTabActivity,
|
CardSidebarTabActivity,
|
||||||
CardSidebarTabDetails,
|
|
||||||
},
|
},
|
||||||
mixins: [Color, relativeDate],
|
mixins: [Color, relativeDate],
|
||||||
props: {
|
props: {
|
||||||
|
|||||||
@@ -475,12 +475,14 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@import "~easymde/dist/easymde.min.css";
|
@import '~easymde/dist/easymde.min.css';
|
||||||
|
|
||||||
.vue-easymde, .CodeMirror {
|
.vue-easymde, .CodeMirror {
|
||||||
border: none;
|
border: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-preview,
|
.editor-preview,
|
||||||
.editor-statusbar {
|
.editor-statusbar {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -589,7 +591,7 @@ export default {
|
|||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
|
|
||||||
&::v-deep {
|
&::v-deep {
|
||||||
@import "./../../css/markdown";
|
@import './../../css/markdown';
|
||||||
}
|
}
|
||||||
|
|
||||||
&::v-deep input {
|
&::v-deep input {
|
||||||
|
|||||||
Reference in New Issue
Block a user