File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
border-top-style : double ;
57
57
border-left : var (--card-double-border-width ) solid var (--theme-text );
58
58
border-left-style : double ;
59
- padding : calc (var (--card-double-top-gutter ) * var (--theme-line-height-base )) 1ch 0px 1ch ;
59
+ padding : calc (var (--card-double-top-gutter ) * var (--theme-line-height-base )) calc ( 1ch - 6 px ) 0px 1ch ;
60
60
}
61
61
62
62
.right {
75
75
border-top-style : double ;
76
76
border-right : var (--card-double-border-width ) solid var (--theme-text );
77
77
border-right-style : double ;
78
- padding : calc (var (--card-double-top-gutter ) * var (--theme-line-height-base )) 1ch 0px 1ch ;
78
+ padding : calc (var (--card-double-top-gutter ) * var (--theme-line-height-base )) 1ch 0px calc ( 1ch - 6 px ) ;
79
79
}
80
80
81
81
.title {
Original file line number Diff line number Diff line change 1
1
.root {
2
- padding : 0 1 ch 0 1 ch ;
2
+ padding : 0 ;
3
3
}
You can’t perform that action at this time.
0 commit comments