File tree 2 files changed +16
-7
lines changed
2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,13 @@ a:hover > .bullet-container .bullet {
84
84
margin-left : 0 !important ;
85
85
}
86
86
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 ;
90
94
}
91
95
92
96
// hovering block indicator
Original file line number Diff line number Diff line change 59
59
box-shadow : 0 0 0 1px var (--ls-block-bullet-active-color );
60
60
}
61
61
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 ;
65
70
}
66
-
71
+
67
72
/* Fix for headings like h1, h2 etc */
68
73
> .items-baseline {
69
74
align-items : initial ;
You can’t perform that action at this time.
0 commit comments