summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-09-13 18:55:10 +0000
committerdakkar <dakkar@thenautilus.net>2024-09-13 18:55:10 +0000
commit0411812b970b6a5860b83a7586e640a57b396b9b (patch)
tree13e796260840251f9e5b74c8e1c00b7f34bf55cd /packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
parentmerge: bump version (!561) (diff)
parentMerge branch 'stable' into bump-version (diff)
downloadsharkey-0411812b970b6a5860b83a7586e640a57b396b9b.tar.gz
sharkey-0411812b970b6a5860b83a7586e640a57b396b9b.tar.bz2
sharkey-0411812b970b6a5860b83a7586e640a57b396b9b.zip
merge: Bump version (!620)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/620 Approved-by: Julia <julia@insertdomain.name>
Diffstat (limited to 'packages/frontend/src/components/MkTutorialDialog.Sensitive.vue')
-rw-r--r--packages/frontend/src/components/MkTutorialDialog.Sensitive.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue b/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
index f155ad7bcb..322082f5a0 100644
--- a/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
+++ b/packages/frontend/src/components/MkTutorialDialog.Sensitive.vue
@@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only
:initialNote="exampleNote"
@fileChangeSensitive="doSucceeded"
></MkPostForm>
- <div v-if="onceSucceeded"><b style="color: var(--accent);"><i class="ph-check ph-bold ph-lg"></i> {{ i18n.ts._initialTutorial.wellDone }}</b> {{ i18n.ts._initialTutorial._howToMakeAttachmentsSensitive.sensitiveSucceeded }}</div>
+ <div v-if="onceSucceeded"><b style="color: var(--accent);"><i class="ti ti-check"></i> {{ i18n.ts._initialTutorial.wellDone }}</b> {{ i18n.ts._initialTutorial._howToMakeAttachmentsSensitive.sensitiveSucceeded }}</div>
<MkFolder>
<template #label>{{ i18n.ts.previewNoteText }}</template>
<MkNote :mock="true" :note="exampleNote" :class="$style.exampleRoot"></MkNote>
@@ -115,7 +115,7 @@ const exampleNote = reactive<Misskey.entities.Note>({
font-weight: bold;
text-align: left;
- &:before {
+ &::before {
content: "";
display: block;
width: calc(100% - 38px);