hotfix: adjusted the position of the check in so its not so close to the edge, and some minor style stuff
This commit is contained in:
parent
59aae7a8a1
commit
2dc633e6ca
2 changed files with 4 additions and 5 deletions
|
|
@ -333,7 +333,7 @@ export default function GateSVG(props: Props) {
|
|||
const deviceCheckIn = () => {
|
||||
return (
|
||||
<g key={"deviceCheckIn"}>
|
||||
<text x={95} y={12} fontSize={7} fontWeight={650} fill={"white"}>
|
||||
<text x={85} y={12} fontSize={7} fontWeight={650} fill={"white"}>
|
||||
Last Checked In: {moment(checkInTime).fromNow()}
|
||||
</text>
|
||||
</g>
|
||||
|
|
@ -342,7 +342,7 @@ export default function GateSVG(props: Props) {
|
|||
|
||||
return (
|
||||
<React.Fragment>
|
||||
<Box height={"100%"} maxWidth={isMobile ? 360 : 460} margin="auto">
|
||||
<Box height={"100%"} maxWidth={isMobile ? 400 : 460} margin="auto">
|
||||
<svg
|
||||
width={"100%"}
|
||||
height={"100%"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue