Skip to content

Commit e70180e

Browse files
committed
fixup! fix: thread heading alignment and participants
Signed-off-by: greta <[email protected]>
1 parent d19d0c2 commit e70180e

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

src/components/Message.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export default {
180180
}
181181
182182
.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);
184184
display: flex;
185185
flex-wrap: wrap;
186186
gap: 5px;
@@ -205,7 +205,6 @@ export default {
205205
206206
&__notsuggested {
207207
margin-inline-start: auto;
208-
margin-inline-end: -12px;
209208
}
210209
}
211210
@media screen and (max-width: 600px) {

src/components/MessageHTMLBody.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@ export default {
173173
<style lang="scss" scoped>
174174
// account for 8px margin on iframe body
175175
.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);
179177
background-color: #FFFFFF;
180178
}
181179

src/components/Thread.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,6 @@ export default {
607607
// while scrolling, the back button overlaps with subject on small screen
608608
// 66px to allign with the sender Envelope -> 8px margin + 2px border+ avatar -> 40px width + envelope__header -> 8px padding + sender-> margin 8px
609609
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));
613610
// grow and try to fill 100%
614611
flex: 1 1 auto;
615612
h2,

0 commit comments

Comments
 (0)