fix problems

This commit is contained in:
Viktor Rådberg
2023-08-02 15:37:50 +02:00
parent 6cab0e2513
commit dc8985e88c
4 changed files with 14 additions and 20 deletions

View File

@@ -88,14 +88,6 @@ const CommanderDamageTextContainer = styled.p<{
}}
`;
const LmaoContainer = styled.div`
/* top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
height: 100px; */
`;
const PartnerDamageSeperator = styled.div<{
rotation: number;
}>`