File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
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 50px ;
183
+ margin: 0 calc (var (-- default- grid- baseline) * 2 ) 0 calc ( var ( -- default - grid - baseline) * 14 ) ;
184
184
display: flex;
185
185
flex- wrap: wrap;
186
186
gap: 5px ;
@@ -205,7 +205,6 @@ export default {
205
205
206
206
& __notsuggested {
207
207
margin- inline- start: auto;
208
- margin- inline- end: - 12px ;
209
208
}
210
209
}
211
210
@media screen and (max - width : 600px ) {
Original file line number Diff line number Diff line change @@ -173,9 +173,7 @@ export default {
173
173
< style lang= " scss" scoped>
174
174
// account for 8px margin on iframe body
175
175
.html - message- body {
176
- margin- inline- start: 50px ;
177
- margin- top: 2px ;
178
- margin : 2px calc (var (-- default- grid- baseline) * 2 ) 0 50px ;
176
+ margin : 2px calc (var (-- default- grid- baseline) * 2 ) 0 calc (var (-- default- grid- baseline) * 14 );
179
177
background- color: #FFFFFF ;
180
178
}
181
179
Original file line number Diff line number Diff line change @@ -607,9 +607,6 @@ export default {
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
609
padding- left: 66px ;
610
- // 70ox to allign with the message text 60px mail-content margin + 2px envelope border + 8px envelope margin
611
- padding- left: 70px ;
612
- padding- inline- start: calc (var (-- border- radius- container- large) + var (-- header- height));
613
610
// grow and try to fill 100%
614
611
flex: 1 1 auto;
615
612
h2,
You can’t perform that action at this time.
0 commit comments