Skip to content

Commit be031e0

Browse files
committed
Tighten nav conversation item left padding
Switch pl-2.5 to pl-2 so conversation entries align more snugly with the sidebar edge.
1 parent 7e98b54 commit be031e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/NavConversationItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
data-sveltekit-noscroll
5757
data-sveltekit-preload-data="tap"
5858
href="{base}/conversation/{conv.id}"
59-
class="group flex h-[2.08rem] flex-none items-center gap-1.5 rounded-lg pl-2.5 pr-2 text-gray-600 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 max-sm:h-10
59+
class="group flex h-[2.08rem] flex-none items-center gap-1.5 rounded-lg pl-2 pr-2 text-gray-600 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 max-sm:h-10
6060
{conv.id === page.params.id ? 'bg-gray-100 dark:bg-gray-700' : ''}"
6161
onclick={(e) => {
6262
if (e.detail >= 2) {

0 commit comments

Comments
 (0)