Skip to content

Commit

Permalink
fix border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Jul 28, 2023
1 parent 443072e commit dd322fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/components/right_sidebar.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
(let [collapsed? (state/sub [:ui/sidebar-collapsed-blocks db-id])]
[:<>
(when (zero? idx) (drop-indicator (dec idx) drag-to))
[:div.flex.sidebar-item.content.color-level.shadow-md.rounded
[:div.flex.sidebar-item.content.color-level.shadow-md.rounded-md.overflow-hidden
{:class [(str "item-type-" (name block-type))
(when collapsed? "collapsed")]}
(let [[title component] item]
Expand Down

0 comments on commit dd322fe

Please sign in to comment.