forked from abner/for-legacy-web
Port navigation.
This commit is contained in:
8
src/components/navigation/SidebarBase.tsx
Normal file
8
src/components/navigation/SidebarBase.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import styled from "styled-components";
|
||||
|
||||
export default styled.div`
|
||||
height: 100%;
|
||||
display: flex;
|
||||
user-select: none;
|
||||
flex-direction: row;
|
||||
`;
|
||||
Reference in New Issue
Block a user