fix visibility notice styles
This commit is contained in:
parent
ce99dca909
commit
8dbe6ad1ad
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
v-if="!$store.state.users.currentUser.locked && newStatus.visibility == 'private' && !disableLockWarning"
|
||||
keypath="post_status.account_not_locked_warning"
|
||||
tag="p"
|
||||
class="visibility-notice"
|
||||
class="visibility-notice notice-dismissible"
|
||||
scope="global"
|
||||
>
|
||||
<button
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
</p>
|
||||
<p
|
||||
v-else-if="newStatus.visibility === 'direct'"
|
||||
class="visibility-notice"
|
||||
class="visibility-notice notice-dismissible"
|
||||
>
|
||||
<span v-if="safeDMEnabled">{{ $t('post_status.direct_warning_to_first_only') }}</span>
|
||||
<span v-else>{{ $t('post_status.direct_warning_to_all') }}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue