Skip to content

Commit 8ae8551

Browse files
authored
Merge pull request #94 from UNICKCHENG/main
fix: fix block fold button on mobile CLOSE #86 #90
2 parents 9b72ab5 + 6b5a150 commit 8ae8551

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

src/_blocks.scss

+7-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,13 @@ a:hover > .bullet-container .bullet {
8484
margin-left: 0 !important;
8585
}
8686

87-
.ls-block div.items-center {
88-
position: relative;
89-
height: 26px !important;
87+
// .ls-block div.items-center {
88+
// position: relative;
89+
// height: 26px !important;
90+
// }
91+
.ls-block div.block-control-wrap {
92+
position: relative;
93+
height: 26px !important;
9094
}
9195

9296
// hovering block indicator

src/bullet_threading.scss

+9-4
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,16 @@
5959
box-shadow: 0 0 0 1px var(--ls-block-bullet-active-color);
6060
}
6161

62-
div.items-center {
63-
position: relative;
64-
height: 26px !important;
62+
// div.items-center {
63+
// position: relative;
64+
// height: 26px !important;
65+
// }
66+
67+
div.block-control-wrap {
68+
position: relative;
69+
height: 26px !important;
6570
}
66-
71+
6772
/* Fix for headings like h1, h2 etc */
6873
> .items-baseline {
6974
align-items: initial;

0 commit comments

Comments
 (0)