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 src/lib/holocene/navigation/navigation-button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
data-track-intent="action"
data-track-text={label}
class={merge(
'relative mb-1 flex items-center whitespace-nowrap pl-1 text-sm hover:bg-black hover:bg-opacity-25 group-[.surface-black]:hover:bg-white group-[.surface-black]:hover:bg-opacity-25',
'relative mb-2 flex items-center whitespace-nowrap pl-1 text-sm hover:bg-black hover:bg-opacity-25 group-[.surface-black]:hover:bg-white group-[.surface-black]:hover:bg-opacity-25',
disabled && 'pointer-events-none cursor-not-allowed opacity-50',
className,
)}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/holocene/navigation/navigation-item.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
data-track-intent="navigate"
data-track-text={label}
class={merge(
'mb-1 flex items-center whitespace-nowrap px-2 py-1 text-sm',
'mb-2 flex items-center whitespace-nowrap px-2 py-1 text-sm',
'hover:bg-black hover:bg-opacity-25 group-[.surface-black]:hover:bg-white group-[.surface-black]:hover:bg-opacity-25',
active &&
'bg-black bg-opacity-25 group-[.surface-black]:bg-white group-[.surface-black]:bg-opacity-25',
Expand Down
Loading