Calendar is now displayed on home page and recipes can be scheduled without being logged
This commit is contained in:
parent
ccb1248da3
commit
37721ac3ea
22 changed files with 538 additions and 166 deletions
|
|
@ -55,4 +55,15 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Deactivate recipe links in dialog mode.
|
||||
dialog .calendar .scheduled-recipe {
|
||||
pointer-events: none;
|
||||
cursor: text;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#hidden-templates-calendar {
|
||||
display: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue