Skip to content

Commit

Permalink
Merge pull request #94 from UNICKCHENG/main
Browse files Browse the repository at this point in the history
fix: fix block fold button on mobile

CLOSE #86 #90
  • Loading branch information
UNICKCHENG committed May 13, 2023
2 parents 9b72ab5 + 6b5a150 commit 8ae8551
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
10 changes: 7 additions & 3 deletions src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,13 @@ a:hover > .bullet-container .bullet {
margin-left: 0 !important;
}

.ls-block div.items-center {
position: relative;
height: 26px !important;
// .ls-block div.items-center {
// position: relative;
// height: 26px !important;
// }
.ls-block div.block-control-wrap {
position: relative;
height: 26px !important;
}

// hovering block indicator
Expand Down
13 changes: 9 additions & 4 deletions src/bullet_threading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,16 @@
box-shadow: 0 0 0 1px var(--ls-block-bullet-active-color);
}

div.items-center {
position: relative;
height: 26px !important;
// div.items-center {
// position: relative;
// height: 26px !important;
// }

div.block-control-wrap {
position: relative;
height: 26px !important;
}

/* Fix for headings like h1, h2 etc */
> .items-baseline {
align-items: initial;
Expand Down

0 comments on commit 8ae8551

Please sign in to comment.