mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-14 15:07:59 +00:00
small style fix
This commit is contained in:
@@ -14,6 +14,9 @@ const ExtraCounterContainer = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
export const StyledExtraCounterButton = styled.button`
|
export const StyledExtraCounterButton = styled.button`
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ export const ExtraCountersGrid = styled.div<{ $rotation: Rotation }>`
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: auto;
|
width: auto;
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
right: -6px;
|
right: 0;
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user