Skip to content

Commit

Permalink
fix: shrink on-click range of sidebar-item
Browse files Browse the repository at this point in the history
  • Loading branch information
situ2001 authored and andelf committed Mar 3, 2023
1 parent fd3afac commit 5964748
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 @@ -142,8 +142,8 @@
[:div.flex.flex-col
[:div.flex.flex-row.justify-between
[:div.flex.flex-row.justify-center
{:on-click #(state/sidebar-block-toggle-collapse! db-id)}
[:a.opacity-50.hover:opacity-100.flex.items-center.pr-1
{:on-click #(state/sidebar-block-toggle-collapse! db-id)}
(ui/rotating-arrow collapse?)]
[:div.ml-1.font-medium
title]]
Expand Down

0 comments on commit 5964748

Please sign in to comment.