diff --git a/JSMR.UI.Blazor/Pages/Creators.razor b/JSMR.UI.Blazor/Pages/Creators.razor
index 4ca058f..2257ab5 100644
--- a/JSMR.UI.Blazor/Pages/Creators.razor
+++ b/JSMR.UI.Blazor/Pages/Creators.razor
@@ -11,37 +11,46 @@
Creators
-
Creators
+@* Creators
+ *@
-
-
-
-
-
- @context.VoiceWorkCount.ToString("n0")
-
-
- @if (context.Favorite)
- {
- Favorite
- }
-
-
- @if (context.Blacklisted)
- {
- Blacklisted
- }
-
- @*
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @context.VoiceWorkCount.ToString("n0")
+
+
+ @if (context.Favorite)
+ {
+ Favorite
+ }
+
+
+ @if (context.Blacklisted)
+ {
+ Blacklisted
+ }
+
+ @*
@@ -55,8 +64,10 @@
*@
-
-
+
+
+
+
@@ -65,6 +76,25 @@
table-layout: fixed;
}
+ body {
+ background-image: url(https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*ETkNSJ-oUGwAAAAAQ_AAAAgAegCCAQ/original);
+ background-size: cover;
+ }
+
+ .ant-blurred-card {
+ background-color: color-mix(in srgb, #141414 70%, transparent);
+ -webkit-backdrop-filter: blur(12px);
+ backdrop-filter: blur(12px);
+ }
+
+ .ant-table {
+ /* background: inherit; */
+ }
+
+ .ant-table table {
+ table-layout: fixed;
+ }
+
.j-pager {
position: fixed;
bottom: 0;
diff --git a/JSMR.UI.Blazor/Pages/Tags.razor b/JSMR.UI.Blazor/Pages/Tags.razor
index d883795..00b2f96 100644
--- a/JSMR.UI.Blazor/Pages/Tags.razor
+++ b/JSMR.UI.Blazor/Pages/Tags.razor
@@ -72,6 +72,7 @@