mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-14 23:17:59 +00:00
remove border radius and adjust life font size
This commit is contained in:
@@ -116,8 +116,8 @@ const LifeCounterButton = ({
|
|||||||
|
|
||||||
const fontSize =
|
const fontSize =
|
||||||
rotation === Rotation.SideFlipped || rotation === Rotation.Side
|
rotation === Rotation.SideFlipped || rotation === Rotation.Side
|
||||||
? '10vmax'
|
? '8vmax'
|
||||||
: '20vmin';
|
: '16vmin';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<StyledLifeCounterButton
|
<StyledLifeCounterButton
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ const LifeCounterContentWrapper = styled.div<{
|
|||||||
max-height: 100vmin;
|
max-height: 100vmin;
|
||||||
}
|
}
|
||||||
|
|
||||||
border-radius: 8px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user