feat: Add print, duplicate, template to command bar

This commit is contained in:
Tom Moor
2021-10-25 20:41:28 -07:00
parent 4266a95569
commit 043a7b41b5
5 changed files with 166 additions and 11 deletions

View File

@@ -88,6 +88,10 @@ const Animator = styled(KBarAnimator)`
${breakpoint("desktopLarge")`
max-width: 740px;
`};
@media print {
display: none;
}
`;
export default observer(CommandBar);