fullscreen
This commit is contained in:
@@ -276,4 +276,17 @@ export const Circle = styled.circle<{ circumference: number; percent: number }>`
|
||||
stroke-dashoffset: ${({ circumference, percent }) => circumference - percent / 100 * circumference};
|
||||
`;
|
||||
|
||||
export const FullScreenButton = styled.button`
|
||||
padding: 24px;
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
right: 50px;
|
||||
`;
|
||||
|
||||
export const InputHolder = styled.div`
|
||||
background-color: rgba(0, 0, 0, .0);
|
||||
width: calc(100% - 70px);
|
||||
height: 100%;
|
||||
right: 70px;
|
||||
position: absolute;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user