web & server: add handling for google calendar and wellsfargo emails.

This commit is contained in:
2023-11-26 20:51:53 -08:00
parent 1261bdf8a9
commit c8147ded60
4 changed files with 98 additions and 15 deletions

View File

@@ -124,12 +124,15 @@ input::placeholder, .input::placeholder{
float: right;
}
/* Hide quoted emails */
/*
div[name="quote"],
blockquote[type="cite"],
.gmail_quote {
background-color: red;
display: none;
}
*/
.desktop-main-content {
display: grid;
grid-template-columns: 12rem 1fr;