File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
content_editor/static/content_editor Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Next version
7
7
8
8
- Replaced the plugin expanding and collapsing animation with a version for
9
9
modern browsers.
10
+ - Made the content editor region tabs stick to the top of the browser window
11
+ when scrolling down.
10
12
11
13
12
14
7.4 (2025-07-02)
Original file line number Diff line number Diff line change 3
3
overflow-x : hidden;
4
4
}
5
5
6
+ .tabs : has (.machine-collapse ) {
7
+ position : sticky;
8
+ top : 0 ;
9
+ z-index : 1 ;
10
+ background : var (--body-bg );
11
+ border-bottom : 1px solid var (--hairline-color , # e8e8e8 );
12
+ }
13
+
6
14
.machine-collapse {
7
15
order : 1 ;
8
16
margin-left : auto;
16
24
.order-machine {
17
25
padding : 10px 10px 20px 30px ;
18
26
border : 1px solid var (--hairline-color , # e8e8e8 );
27
+ border-top : none;
19
28
position : relative;
20
29
21
30
display : flex;
@@ -197,6 +206,14 @@ h3[draggable] {
197
206
display : none;
198
207
}
199
208
209
+ .collapse-items .plugin-button {
210
+ padding : 0px 4px ;
211
+ }
212
+
213
+ .collapse-items .plugin-button-icon {
214
+ margin-right : 0 ;
215
+ }
216
+
200
217
.collapse-items .uncollapse-all {
201
218
display : none;
202
219
}
Original file line number Diff line number Diff line change 28
28
text-transform : none;
29
29
letter-spacing : 0 ;
30
30
float : left;
31
- padding : 10 px 15 px ;
31
+ padding : 8 px 10 px ;
32
32
margin : 0 4px 0 0 ;
33
33
cursor : pointer;
34
34
font-weight : bold;
You can’t perform that action at this time.
0 commit comments