mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 20:07:48 +08:00
Throttle calendar and contact sync a bit to avoid Google API limits (1M requests / day)
This commit is contained in:
parent
beee384ebb
commit
b9a931a7ca
2 changed files with 4 additions and 9 deletions
|
@ -48,17 +48,12 @@
|
|||
.send-reminders-header {
|
||||
color: @reminders-color;
|
||||
background: linear-gradient(to bottom, #eee8ff 0%, #fff 25%);
|
||||
padding-top: 13px;
|
||||
padding-left: 20px;
|
||||
padding-bottom: 10px;
|
||||
cursor: default;
|
||||
margin-top: -19px;
|
||||
margin-bottom: 15px;
|
||||
margin-left: -20px;
|
||||
margin-right: -20px;
|
||||
padding: 13px 0 10px 20px;
|
||||
margin: -19px -20px 15px -20px;
|
||||
border-bottom: 1px solid #e7e1fb;
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
cursor: default;
|
||||
|
||||
img {
|
||||
background-color: @reminders-color;
|
||||
|
|
2
mailsync
2
mailsync
|
@ -1 +1 @@
|
|||
Subproject commit eb4716de06291bf624877025655a74f2d80240c9
|
||||
Subproject commit 044bc048feb8060d01a61677d25303151eb1d18e
|
Loading…
Reference in a new issue