File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11.writing-header {
2- padding : 15 px 0 ;
3- margin-top : calc ( -1 * var ( --layout-padding-vertical )) ;
2+ padding : 0 0 15 px 0 ;
3+ margin-top : 0 ;
44 background : #fff ;
55 box-shadow : 0 3 px 10 px #fff ;
66 z-index : 2 ;
Original file line number Diff line number Diff line change 11:root {
22 /**
3- * Allows to dynamically set main column minimun margin left.
3+ * Allows to dynamically set main column minimun margin left.
44 * Is used for adding extra space for editor controls in page edit mode (otherwise controls overlap sidebar)
55 */
66 --main-col-min-margin-left : 0 px ;
4141 box-sizing : border-box;
4242 display : flex;
4343 justify-content : space-between;
44- padding : 20 px var (--layout-padding-horizontal );
44+ padding : var ( --layout-padding-vertical ) var (--layout-padding-horizontal );
4545
4646 @media (--desktop ) {
4747 max-width : min (
You can’t perform that action at this time.
0 commit comments