Skip to content

Commit

Permalink
more css for thread borders
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Jan 23, 2025
1 parent d359828 commit fad0aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dui3/components/comments/thread/Item.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div
:class="`pt-2 sm:py-2 my-2 sm:my-2 px-2 flex flex-col bg-foundation border-l-4 hover:shadow-lg rounded transition cursor-pointer
${expanded ? 'border-primary ' : 'border-transparent hover:bg-primary-muted'}
:class="`pt-2 sm:py-2 my-2 sm:my-2 px-2 flex flex-col bg-foundation border-l-4 hover:shadow-lg rounded transition cursor-pointer dark:border-gray-800 border-gray-300 border
${expanded ? 'border-primary ' : 'hover:bg-primary-muted'}
`"
>
<button
Expand Down

0 comments on commit fad0aed

Please sign in to comment.