mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 16:03:43 +00:00
Adds Advanced Repeat Rules in Event Editor
Selecting the time frame for rules will now render day/week/month/year correctly
This commit is contained in:
parent
276b2441f0
commit
bd5f730c0b
2 changed files with 84 additions and 150 deletions
|
@ -2807,6 +2807,11 @@ styles.registerStyle("main", () => {
|
|||
"grid-gap": px(size.vpad_small),
|
||||
"align-items": "center",
|
||||
},
|
||||
".repeats-every-grid": {
|
||||
display: "grid",
|
||||
"grid-template-columns": "6fr 3fr",
|
||||
"column-gap": px(size.vpad_small),
|
||||
},
|
||||
".time-selection-grid > *": {
|
||||
overflow: "hidden",
|
||||
"white-space": "nowrap",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue