@@ -97,6 +98,19 @@ const bannerStyle = computed(() => {
border-radius: 6px;
color: #fff;
}
+
+ > .sensitiveIndicator {
+ position: absolute;
+ z-index: 1;
+ bottom: 16px;
+ left: 16px;
+ background: rgba(0, 0, 0, 0.7);
+ color: var(--warn);
+ border-radius: 6px;
+ font-weight: bold;
+ font-size: 1em;
+ padding: 4px 7px;
+ }
}
> article {
diff --git a/packages/frontend/src/pages/channel.vue b/packages/frontend/src/pages/channel.vue
index 2a056f21d4..75e2f4ca91 100644
--- a/packages/frontend/src/pages/channel.vue
+++ b/packages/frontend/src/pages/channel.vue
@@ -12,6 +12,7 @@
{{ channel.usersCount }}
{{ channel.notesCount }}