Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/layout/sidebar/WebSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function WebSidebar({
style={isMobile ? undefined : { left: "var(--layout-margin, 0px)" }}
>
<div
className="tw-group tw-relative tw-z-50 tw-h-full tw-bg-black tw-border-r tw-border-solid tw-border-y-0 tw-border-l-0 tw-border-iron-700/95 tw-border-0 tw-transition-[width] tw-duration-300 tw-ease-in-out focus:tw-outline-none"
className="tw-group tw-relative tw-z-50 tw-h-full tw-bg-black tw-border-r tw-border-solid tw-border-y-0 tw-border-l-0 tw-border-iron-700/90 tw-border-0 tw-transition-[width] tw-duration-300 tw-ease-in-out focus:tw-outline-none"
style={{ width: sidebarWidth }}
aria-label="Primary sidebar"
ref={scrollContainerRef}
Expand Down
4 changes: 2 additions & 2 deletions components/waves/list/WaveItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const LEVEL_CLASSES: ReadonlyArray<{

const DEFAULT_LEVEL_CLASS = LEVEL_CLASSES.at(-1)?.classes ?? "";
const CARD_BASE_CLASSES =
"tw-@container/wave tw-group tw-rounded-xl tw-border tw-border-solid tw-border-white/5 tw-bg-iron-950 tw-backdrop-blur-sm tw-p-2.5 tw-shadow-sm tw-shadow-black/20 tw-transition-all tw-duration-300 tw-ease-out";
"tw-@container/wave tw-group tw-rounded-xl tw-border tw-border-solid tw-border-white/10 tw-bg-iron-950 tw-backdrop-blur-sm tw-p-2.5 tw-shadow-sm tw-shadow-black/20 tw-transition-all tw-duration-300 tw-ease-out";
const CARD_INTERACTIVE_CLASSES =
"tw-cursor-pointer desktop-hover:hover:tw-shadow-lg desktop-hover:hover:tw-shadow-black/40 desktop-hover:hover:tw-translate-y-[-1px] focus-visible:tw-ring-2 focus-visible:tw-ring-primary-500 focus-visible:tw-ring-offset-2 focus-visible:tw-ring-offset-iron-900 focus-visible:tw-outline-none";

Expand Down Expand Up @@ -300,7 +300,7 @@ export default function WaveItem({
{authorSection}
</div>

<div className="tw-mt-2 tw-flex tw-items-center tw-justify-between tw-px-3 tw-pt-3 tw-border-t tw-border-white/5">
<div className="tw-mt-2 tw-flex tw-items-center tw-justify-between tw-px-3 tw-pt-3">
<div className="tw-flex tw-items-center tw-gap-4">
<div className="tw-text-sm tw-flex tw-items-center tw-gap-x-2 tw-text-iron-200">
<ChatBubbleLeftRightIcon
Expand Down