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/dialog_modal/dialog_modal.vue b/src/components/dialog_modal/dialog_modal.vue index 7ed22f6e9..096c8ac8c 100644 --- a/src/components/dialog_modal/dialog_modal.vue +++ b/src/components/dialog_modal/dialog_modal.vue @@ -71,6 +71,7 @@ margin: 0; padding: 1rem; white-space: normal; + text-align: center; } .dialog-modal-footer { @@ -114,7 +115,7 @@ button { grid-column: 1; - height: 2em; + height: 3em; } } } diff --git a/src/components/draft/draft.js b/src/components/draft/draft.js index e31d02964..55ee11a15 100644 --- a/src/components/draft/draft.js +++ b/src/components/draft/draft.js @@ -5,6 +5,15 @@ import StatusContent from 'src/components/status_content/status_content.vue' import Gallery from 'src/components/gallery/gallery.vue' import { cloneDeep } from 'lodash' +import { library } from '@fortawesome/fontawesome-svg-core' +import { + faPollH +} from '@fortawesome/free-solid-svg-icons' + +library.add( + faPollH +) + const Draft = { components: { PostStatusForm, diff --git a/src/components/draft/draft.vue b/src/components/draft/draft.vue index 6ccf8695d..46227b684 100644 --- a/src/components/draft/draft.vue +++ b/src/components/draft/draft.vue @@ -27,7 +27,15 @@ />
{{ draft.status }}
+ ++ + {{ draft.spoilerText }}: + +
+{{ draft.status }}
+{{ $t('drafts.empty') }}
+