mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-22 05:55:12 +00:00
update our icons to the new custom font
mostly, `ph-bold` was replacing the font-family, so we're now using `sk-icons-lg`
This commit is contained in:
parent
94dceb9e15
commit
65ae788d90
3 changed files with 8 additions and 8 deletions
|
@ -98,8 +98,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</MkRadios>
|
||||
<MkRadios v-model="noteDesign">
|
||||
<template #label>Note Design</template>
|
||||
<option value="sharkey"><i class="sk-icons sk-shark ph-bold" style="top: 2px;position: relative;"></i> Sharkey</option>
|
||||
<option value="misskey"><i class="sk-icons sk-misskey ph-bold" style="top: 2px;position: relative;"></i> Misskey</option>
|
||||
<option value="sharkey"><i class="sk-icons sk-shark sk-icons-lg" style="top: 2px;position: relative;"></i> Sharkey</option>
|
||||
<option value="misskey"><i class="sk-icons sk-misskey sk-icons-lg" style="top: 2px;position: relative;"></i> Misskey</option>
|
||||
</MkRadios>
|
||||
<MkSwitch v-model="limitWidthOfReaction">{{ i18n.ts.limitWidthOfReaction }}</MkSwitch>
|
||||
</div>
|
||||
|
@ -213,8 +213,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
|
||||
<MkRadios v-model="cornerRadius">
|
||||
<template #label>{{ i18n.ts.cornerRadius }}</template>
|
||||
<option :value="null"><i class="sk-icons sk-shark ph-bold" style="top: 2px;position: relative;"></i> Sharkey</option>
|
||||
<option value="misskey"><i class="sk-icons sk-misskey ph-bold" style="top: 2px;position: relative;"></i> Misskey</option>
|
||||
<option :value="null"><i class="sk-icons sk-shark sk-icons-lg" style="top: 2px;position: relative;"></i> Sharkey</option>
|
||||
<option value="misskey"><i class="sk-icons sk-misskey sk-icons-lg" style="top: 2px;position: relative;"></i> Misskey</option>
|
||||
</MkRadios>
|
||||
</div>
|
||||
</FormSection>
|
||||
|
@ -590,7 +590,7 @@ function testNotification(): void {
|
|||
|
||||
async function testNotificationDot() {
|
||||
const success = await worksOnInstance();
|
||||
|
||||
|
||||
if (success) {
|
||||
os.toast(i18n.ts.notificationDotWorking);
|
||||
} else {
|
||||
|
|
|
@ -125,7 +125,7 @@ export function openInstanceMenu(ev: MouseEvent) {
|
|||
} : undefined, {
|
||||
type: 'link',
|
||||
text: i18n.ts.aboutMisskey,
|
||||
icon: 'sk-icons sk-shark ph-bold',
|
||||
icon: 'sk-icons sk-shark sk-icons-lg',
|
||||
to: '/about-sharkey',
|
||||
}], ev.currentTarget ?? ev.target, {
|
||||
align: 'left',
|
||||
|
|
|
@ -129,7 +129,7 @@ export function pluginReplaceIcons() {
|
|||
iconsReplace({
|
||||
values: {
|
||||
'icon ti ti-brand-youtube': 'icon ph-youtube-logo ph-bold ph-lg',
|
||||
'ti ti ti-folder-symlink': 'ph-folder-dashed ph-bold ph-lg',
|
||||
'ti ti ti-folder-symlink': 'sk-icons sk-foldermove sk-icons-lg',
|
||||
'ti ti-123': 'ph-numpad ph-bold ph-lg',
|
||||
'ti ti-access-point': 'ph-broadcast ph-bold ph-lg',
|
||||
'ti ti-activity': 'ph-pulse ph-bold ph-lg',
|
||||
|
@ -238,7 +238,7 @@ export function pluginReplaceIcons() {
|
|||
'ti ti-flask': 'ph-flask ph-bold ph-lg',
|
||||
'ti ti-folder': 'ph-folder ph-bold ph-lg',
|
||||
'ti ti-folder-plus': 'ph-folder-plus ph-bold ph-lg',
|
||||
'ti ti-folder-symlink': 'ph-folder-dashed ph-bold ph-lg',
|
||||
'ti ti-folder-symlink': 'sk-icons sk-foldermove sk-icons-lg',
|
||||
'ti ti-forms': 'ph-textbox ph-bold ph-lg',
|
||||
'ti ti-ghost': 'ph-ghost ph-bold ph-lg',
|
||||
'ti ti-grid-dots': 'ph-dots-nine ph-bold ph-lg',
|
||||
|
|
Loading…
Reference in a new issue