feat: enhance ResearchBlock tab functionality

This commit is contained in:
Jiang Feng
2025-04-27 14:51:00 +08:00
parent 0e10362639
commit f35131da19
18 changed files with 77 additions and 395 deletions

View File

@@ -58,38 +58,27 @@
--color-sidebar-ring: var(--sidebar-ring);
--color-app: var(--app-background);
--color-brand: var(--brand);
--animate-aurora:
aurora 8s ease-in-out infinite alternate;
--animate-aurora: aurora 8s ease-in-out infinite alternate;
@keyframes aurora {
0% {
background-position:
0% 50%;
transform:
rotate(-5deg) scale(0.9);
0% {
background-position: 0% 50%;
transform: rotate(-5deg) scale(0.9);
}
25% {
background-position:
50% 100%;
transform:
rotate(5deg) scale(1.1);
25% {
background-position: 50% 100%;
transform: rotate(5deg) scale(1.1);
}
50% {
background-position:
100% 50%;
transform:
rotate(-3deg) scale(0.95);
50% {
background-position: 100% 50%;
transform: rotate(-3deg) scale(0.95);
}
75% {
background-position:
50% 0%;
transform:
rotate(3deg) scale(1.05);
75% {
background-position: 50% 0%;
transform: rotate(3deg) scale(1.05);
}
100% {
background-position:
0% 50%;
transform:
rotate(-5deg) scale(0.9);
100% {
background-position: 0% 50%;
transform: rotate(-5deg) scale(0.9);
}
}
}
@@ -192,7 +181,7 @@
@apply border-border outline-ring/50;
}
body {
@apply text-foreground;
@apply bg-background text-foreground;
}
}
@@ -201,11 +190,7 @@ textarea {
outline: none;
}
@layer base {
* {
@apply border-border outline-ring/50;
}
body {
@apply bg-background text-foreground;
}
}
[role="button"],
button {
cursor: pointer;
}