diff --git a/front/src/App.vue b/front/src/App.vue index 081c3b7..bd50c6c 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -209,14 +209,7 @@ section p { margin-bottom: 0; margin-top: 0; } -section .title { - display: none; - font-weight: bold; - position: sticky; - top: 1em; -} - @media print { - .title { display: none; } + /* .title { display: none; } */ } diff --git a/front/src/components/Content/Chapter.vue b/front/src/components/Content/Chapter.vue new file mode 100644 index 0000000..99d3906 --- /dev/null +++ b/front/src/components/Content/Chapter.vue @@ -0,0 +1,50 @@ + + + + {{ desiresContent ? '▼ ' : '► '}} + {{ topic.title }} + + + + + + + + + + + + + \ No newline at end of file diff --git a/front/src/components/Content/index.vue b/front/src/components/Content/index.vue index 6a01929..cfce587 100644 --- a/front/src/components/Content/index.vue +++ b/front/src/components/Content/index.vue @@ -1,36 +1,30 @@ - {{ currentStream }} + - {{ topic.title }} - - - - - + :topic="topic" + /> \ No newline at end of file diff --git a/front/src/components/Streams/index.vue b/front/src/components/Streams/index.vue index 2a806a5..e74b438 100644 --- a/front/src/components/Streams/index.vue +++ b/front/src/components/Streams/index.vue @@ -1,6 +1,6 @@ - {{ $.type.name }} + .streams { min-width: 10em; + padding: 0; } @media print { .streams { display: none; }
{{ $.type.name }}