web & server: add handling for google calendar and wellsfargo emails.
This commit is contained in:
@@ -290,6 +290,22 @@
|
||||
"ofType": null
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"args": [],
|
||||
"deprecationReason": null,
|
||||
"description": null,
|
||||
"isDeprecated": false,
|
||||
"name": "path",
|
||||
"type": {
|
||||
"kind": "NON_NULL",
|
||||
"name": null,
|
||||
"ofType": {
|
||||
"kind": "SCALAR",
|
||||
"name": "String",
|
||||
"ofType": null
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"inputFields": null,
|
||||
|
||||
@@ -28,6 +28,7 @@ query ShowThreadQuery($threadId: String!) {
|
||||
contents
|
||||
}
|
||||
}
|
||||
path
|
||||
}
|
||||
}
|
||||
tags {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user