fix: Display sidebar toggle by default on tablets

This commit is contained in:
Tom Moor
2021-12-03 09:54:11 -06:00
parent 8085c16d32
commit 332ab4cd40

View File

@@ -49,6 +49,10 @@ export const ToggleButton = styled.button<{ $direction?: "left" | "right" }>`
pointer-events: all;
cursor: pointer;
`}
@media (hover: none) {
opacity: 1;
}
`;
export const Positioner = styled.div`