Cleaning up, refactoring and adding a sidepanel

This commit is contained in:
2019-08-27 14:35:30 +02:00
parent eb19b675da
commit 75a6247586
20 changed files with 219 additions and 705 deletions

View File

@@ -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;