diff --git a/src/client/components/global/spacer.vue b/src/client/components/global/spacer.vue
new file mode 100644
index 000000000..9037de466
--- /dev/null
+++ b/src/client/components/global/spacer.vue
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
diff --git a/src/client/components/index.ts b/src/client/components/index.ts
index 8f071dfce..ecf66ea0e 100644
--- a/src/client/components/index.ts
+++ b/src/client/components/index.ts
@@ -14,6 +14,7 @@ import loading from './global/loading.vue';
import error from './global/error.vue';
import ad from './global/ad.vue';
import header from './global/header.vue';
+import spacer from './global/spacer.vue';
export default function(app: App) {
app.component('I18n', i18n);
@@ -30,4 +31,5 @@ export default function(app: App) {
app.component('MkError', error);
app.component('MkAd', ad);
app.component('MkHeader', header);
+ app.component('MkSpacer', spacer);
}
diff --git a/src/client/pages/explore.vue b/src/client/pages/explore.vue
index 26ce41261..2ca066861 100644
--- a/src/client/pages/explore.vue
+++ b/src/client/pages/explore.vue
@@ -2,77 +2,79 @@
-
-
-
-
{{ $t('explore', { host: meta.name || 'Misskey' }) }}
-
{{ $t('exploreUsersCount', { count: num(stats.originalUsersCount) }) }}
-
-
-
-
- {{ $ts.pinnedUsers }}
-
-
-
- {{ $ts.popularUsers }}
-
-
-
- {{ $ts.recentlyUpdatedUsers }}
-
-
-
- {{ $ts.recentlyRegisteredUsers }}
-
-
-
-
-
-
- {{ $ts.exploreFediverse }}
-
-
-
- {{ $ts.popularTags }}
-
-
-
{{ tag.tag }}
-
{{ tag.tag }}
+
+
+
+
+
{{ $t('explore', { host: meta.name || 'Misskey' }) }}
+
{{ $t('exploreUsersCount', { count: num(stats.originalUsersCount) }) }}
-
-
- {{ tag }}
-
-
-
-
-
- {{ $ts.popularUsers }}
-
-
-
- {{ $ts.recentlyUpdatedUsers }}
-
-
-
- {{ $ts.recentlyDiscoveredUsers }}
-
-
-
-
-
-
-
-
- {{ $ts.searchUser }}
-
+
+
+ {{ $ts.pinnedUsers }}
+
+
+
+ {{ $ts.popularUsers }}
+
+
+
+ {{ $ts.recentlyUpdatedUsers }}
+
+
+
+ {{ $ts.recentlyRegisteredUsers }}
+
+
+
+
+
+ {{ $ts.exploreFediverse }}
+
-
+
+ {{ $ts.popularTags }}
+
+
+ {{ tag.tag }}
+ {{ tag.tag }}
+
+
+
+
+ {{ tag }}
+
+
+
+
+
+ {{ $ts.popularUsers }}
+
+
+
+ {{ $ts.recentlyUpdatedUsers }}
+
+
+
+ {{ $ts.recentlyDiscoveredUsers }}
+
+
+
+
+
+
+
+
+ {{ $ts.searchUser }}
+
+
+
+
+
-
+
@@ -214,12 +216,6 @@ export default defineComponent({
diff --git a/src/client/themes/d-botanical.json5 b/src/client/themes/d-botanical.json5
index f3665e22b..c03b95e2d 100644
--- a/src/client/themes/d-botanical.json5
+++ b/src/client/themes/d-botanical.json5
@@ -20,7 +20,7 @@
renote: '@accent',
mention: 'rgb(212, 153, 76)',
mentionMe: 'rgb(212, 210, 76)',
- hashtag: 'rgb(76, 212, 180)',
+ hashtag: '#5bcbb0',
link: '@accent',
},
}