diff --git a/packages/frontend/src/pages/channel.vue b/packages/frontend/src/pages/channel.vue
index 9aa564a7da..2c0483aa06 100644
--- a/packages/frontend/src/pages/channel.vue
+++ b/packages/frontend/src/pages/channel.vue
@@ -5,6 +5,8 @@
+
+
{{ channel.usersCount }}
@@ -17,9 +19,6 @@
-
-
-
{{ i18n.ts.pinnedNotes }}
@@ -229,6 +228,13 @@ definePageMetadata(computed(() => channel ? {
left: 16px;
}
+.favorite {
+ position: absolute;
+ z-index: 1;
+ top: 16px;
+ right: 16px;
+}
+
.banner {
position: relative;
height: 200px;