File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
static/cms/sass/components Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 85
85
z-index : 30 ;
86
86
87
87
@at-root .cms-structure-mode-structure & {
88
- right : $toolbar-height ;
88
+ inset-inline-end : $toolbar-height ;
89
89
}
90
90
}
91
91
.cms-toolbar .cms-btn-action {
365
365
}
366
366
}
367
367
368
+ @at-root .cms-structure-mode-endpoint.cms-structure-mode-structure & {
369
+ .cms-toolbar-item-cms-mode-switcher {
370
+ display : none ;
371
+ }
372
+ .cms-toolbar-right {
373
+ padding-inline-end : 0 ;
374
+ }
375
+ .cms-toolbar ::after , .cms-debug-bar {
376
+ inset-inline-end : 0 ;
377
+ }
378
+ }
368
379
// ###########################################################
369
380
// #TOOLBAR/dialog#
370
381
.cms-messages {
Original file line number Diff line number Diff line change 1
1
{% load cms_tags cms_js_tags i18n sekizai_tags %}
2
2
<!DOCTYPE html>
3
- < html class ="cms-overflow ">
3
+ < html class ="cms-overflow cms-structure-mode-endpoint ">
4
4
< head >
5
5
< meta charset ="UTF-8 ">
6
6
< title > {{ object.title }}</ title >
You can’t perform that action at this time.
0 commit comments