feat: Add print, duplicate, template to command bar
This commit is contained in:
@@ -88,6 +88,10 @@ const Animator = styled(KBarAnimator)`
|
||||
${breakpoint("desktopLarge")`
|
||||
max-width: 740px;
|
||||
`};
|
||||
|
||||
@media print {
|
||||
display: none;
|
||||
}
|
||||
`;
|
||||
|
||||
export default observer(CommandBar);
|
||||
|
||||
Reference in New Issue
Block a user