diff --git a/packages/client/src/ui/classic.sidebar.vue b/packages/client/src/ui/classic.sidebar.vue
index 6baaa13467..c77e7935eb 100644
--- a/packages/client/src/ui/classic.sidebar.vue
+++ b/packages/client/src/ui/classic.sidebar.vue
@@ -5,30 +5,30 @@
- {{ $ts.note }}
+ {{ $ts.note }}
- {{ $ts.timeline }}
+ {{ $ts.timeline }}
- {{ $ts[navbarItemDef[item].title] }}
-
+ {{ $ts[navbarItemDef[item].title] }}
+
- {{ $ts.controlPanel }}
+ {{ $ts.controlPanel }}
- {{ $ts.settings }}
+ {{ $ts.settings }}
@@ -141,40 +141,40 @@ function openInstanceMenu(ev: MouseEvent) {
}, {
type: 'link',
text: i18n.ts.instanceInfo,
- icon: 'ph-info-bold',
+ icon: 'ph-info-bold ph-lg',
to: '/about',
}, {
type: 'link',
text: i18n.ts.customEmojis,
- icon: 'ph-smiley-wink-bold',
+ icon: 'ph-smiley-wink-bold ph-lg',
to: '/about#emojis',
}, {
type: 'link',
text: i18n.ts.federation,
- icon: 'ph-planet-bold',
+ icon: 'ph-planet-bold ph-lg',
to: '/about#federation',
}, null, {
type: 'parent',
text: i18n.ts.help,
- icon: 'ph-question-bold',
+ icon: 'ph-question-bold ph-lg',
children: [{
type: 'link',
to: '/mfm-cheat-sheet',
text: i18n.ts._mfm.cheatSheet,
- icon: 'ph-code-bold',
+ icon: 'ph-code-bold ph-lg',
}, {
type: 'link',
to: '/scratchpad',
text: i18n.ts.scratchpad,
- icon: 'ph-terminal-window-bold',
+ icon: 'ph-terminal-window-bold ph-lg',
}, {
type: 'link',
to: '/api-console',
text: 'API Console',
- icon: 'ph-terminal-window-bold',
+ icon: 'ph-terminal-window-bold ph-lg',
}, null, {
text: i18n.ts.document,
- icon: 'ph-question-bold',
+ icon: 'ph-question-bold ph-lg',
action: () => {
window.open('https://misskey-hub.net/help.html', '_blank');
},
diff --git a/packages/client/src/ui/classic.vue b/packages/client/src/ui/classic.vue
index 237effebf8..56cc517594 100644
--- a/packages/client/src/ui/classic.vue
+++ b/packages/client/src/ui/classic.vue
@@ -102,13 +102,13 @@ function onContextmenu(ev: MouseEvent) {
type: 'label',
text: path,
}, {
- icon: fullView ? 'ph-arrows-in-simple-bold' : 'ph-arrows-out-simple-bold',
+ icon: fullView ? 'ph-arrows-in-simple-bold ph-lg' : 'ph-arrows-out-simple-bold ph-lg',
text: fullView ? i18n.ts.quitFullView : i18n.ts.fullView,
action: () => {
fullView = !fullView;
},
}, {
- icon: 'ph-browser-bold',
+ icon: 'ph-browser-bold ph-lg',
text: i18n.ts.openInWindow,
action: () => {
os.pageWindow(path);
diff --git a/packages/client/src/ui/classic.widgets.vue b/packages/client/src/ui/classic.widgets.vue
index 8505642db8..d287859708 100644
--- a/packages/client/src/ui/classic.widgets.vue
+++ b/packages/client/src/ui/classic.widgets.vue
@@ -3,8 +3,8 @@
-
-
+
+
diff --git a/packages/client/src/ui/deck.vue b/packages/client/src/ui/deck.vue
index 9375468792..60138dd720 100644
--- a/packages/client/src/ui/deck.vue
+++ b/packages/client/src/ui/deck.vue
@@ -34,24 +34,24 @@