diff --git a/src/App.scss b/src/App.scss index dc784fdd0..1b781304e 100644 --- a/src/App.scss +++ b/src/App.scss @@ -402,6 +402,10 @@ nav { color: var(--text); font-size: 100%; } + + &.disabled { + cursor: not-allowed; + } } .menu-item, diff --git a/src/components/draft/draft.vue b/src/components/draft/draft.vue index 9c4da3012..46227b684 100644 --- a/src/components/draft/draft.vue +++ b/src/components/draft/draft.vue @@ -27,8 +27,15 @@ />
{{ draft.status }}
-{{ $t('drafts.empty') }}
+ ++ + {{ draft.spoilerText }}: + +
+{{ draft.status }}
+{{ $t('drafts.empty') }}
+