mirror of
https://github.com/revoltchat/revite.git
synced 2025-01-16 01:11:32 -05:00
9 lines
156 B
TypeScript
9 lines
156 B
TypeScript
|
import styled from "styled-components";
|
||
|
|
||
|
export default styled.div`
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
user-select: none;
|
||
|
flex-direction: row;
|
||
|
`;
|