fix: feed column cls

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-07-28 23:14:43 +08:00
parent b6b209edc8
commit 4d7ac727dc
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ export function Component() {
<div ref={containerRef} className="flex min-w-0 grow">
<div
className={cn(
"h-full shrink-0 overflow-y-auto",
"h-full shrink-0",
inWideMode ? "flex-1" : "border-r",
"will-change-[width]",
)}

View File

@ -19,7 +19,7 @@ body {
[data-theme="dark"] {
*::-webkit-scrollbar-thumb {
border: 3px solid theme(colors.neutral.500);
border: 6px solid theme(colors.neutral.500);
}
*::-webkit-scrollbar-thumb:hover {
@ -29,7 +29,7 @@ body {
*::-webkit-scrollbar-thumb {
background-color: transparent;
border: 4px solid theme(colors.gray.300);
border: 6px solid theme(colors.gray.300);
@apply rounded-xl;
}