Skip to content

Commit

Permalink
enhance(ux): precise interaction region for right fold-down button
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 authored and andelf committed Dec 14, 2022
1 parent 6b1c703 commit e2bcd3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/frontend/components/theme.css
Expand Up @@ -141,9 +141,8 @@ main.ls-fold-button-on-right {

.ls-block {
.block-control {
@apply absolute -right-3 pr-2 top-1 bottom-1 z-[1] active:opacity-100;

-webkit-tap-highlight-color: transparent;
@apply absolute -right-3 pr-2 pt-1 top-0 z-[1]
opacity-20 active:opacity-100;

.rotating-arrow.collapsed svg {
transform: rotate(180deg);
Expand Down

0 comments on commit e2bcd3a

Please sign in to comment.