Thread: UI Update
View Single Post
Old 29 Jan 2022, 11:51 PM   #94
trikotret
Member
 
Join Date: Nov 2021
Posts: 56
Quote:
Originally Posted by Gsptlsnz View Post
Lemme know if this code works for you...

Code:
/* Affects the page where you read the e-mail */
.v-Message-body, .u-article, .v-MessageCard, .app-contentCard {
background-color:#FFE7BB !important;
padding:5px !important;
min-width:100% !important;
font-family:tahoma !important;
font-size:18pt !important;
margin-bottom:15px !important;
margin-top:15px !important;
}
Or this...

Code:
/* Affects the page where you read the e-mail */
.v-Message-body, .u-article, .v-MessageCard, .app-contentCard {
background-color:#FFE7BB !important;
padding:5px !important;
min-width:1100px !important;
font-family:tahoma !important;
font-size:18pt !important;
margin-bottom:15px !important;
margin-top:15px !important;
}
It got wider. But there's a background color and the sender email is huuuuuuuuuuuuuuuuuge across the screen.
trikotret is offline   Reply With Quote