Cleaning up, refactoring and adding a sidepanel
This commit is contained in:
@@ -47,18 +47,12 @@ const Card = styled.div`
|
||||
border-bottom: dotted 2px #ad5a75;
|
||||
z-index:1;
|
||||
}
|
||||
|
||||
// &::after {
|
||||
// content: "${props => props.children}";
|
||||
// display: block;
|
||||
// position: absolute;
|
||||
// font-size: 3em;
|
||||
// }
|
||||
`;
|
||||
|
||||
const StyledScoreboard = styled.div`
|
||||
height: ${props => (props.zoom || 1) * DEFAULT_HEIGHT}rem;
|
||||
margin-bottom: 1rem;
|
||||
white-space: nowrap;
|
||||
|
||||
& > div {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user