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 @@ -180,7 +180,7 @@ export default {
180
180
}
181
181
182
182
.reply - buttons {
183
- margin: 0 calc (var (-- default- grid- baseline) * 2 ) 0 calc (var (-- default- grid- baseline) * 14 );
183
+ margin: 0 calc (var (-- default- grid- baseline) * 4 ) calc ( var ( -- default - grid - baseline) * 2 ) calc (var (-- default- grid- baseline) * 14 );
184
184
display: flex;
185
185
flex- wrap: wrap;
186
186
gap: 5px ;
Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ export default {
564
564
565
565
.mail - message- body {
566
566
flex: 1 ;
567
- margin- bottom: calc (var (-- default- grid- baseline) * 7 );
567
+ margin- bottom: calc (var (-- default- grid- baseline) * 2 );
568
568
position: relative;
569
569
}
570
570
@@ -606,7 +606,7 @@ export default {
606
606
width: 0 ;
607
607
// while scrolling, the back button overlaps with subject on small screen
608
608
// 66px to allign with the sender Envelope -> 8px margin + 2px border+ avatar -> 40px width + envelope__header -> 8px padding + sender-> margin 8px
609
- padding- left : 66px ;
609
+ padding- inline - start : 66px ;
610
610
// grow and try to fill 100%
611
611
flex: 1 1 auto;
612
612
h2,
You can’t perform that action at this time.
0 commit comments