Skip to content

Commit

Permalink
fix width/height
Browse files Browse the repository at this point in the history
  • Loading branch information
joergreichert committed Apr 8, 2023
1 parent 5f2ce39 commit 506bb75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/StatusBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const StatusBar = ({ treeCount, waterSourceCount, pumpCount, mobileCount }) => {
marginLeft: 'auto',
marginBottom: '1px',
height: '50px',
width: '350px',
width: '450px',
overflow: 'auto',
padding: '10px',
textAlign: 'center'
Expand Down Expand Up @@ -62,7 +62,7 @@ const StatusBar = ({ treeCount, waterSourceCount, pumpCount, mobileCount }) => {
marginTop: 'auto',
marginBottom: 'auto',
marginRight: '1px',
height: '220px',
height: '270px',
width: '60px',
overflow: 'auto',
paddingRight: '10px',
Expand All @@ -78,7 +78,7 @@ const StatusBar = ({ treeCount, waterSourceCount, pumpCount, mobileCount }) => {
<div style={{ paddingBottom: 15, fontWeight: 'bold', paddingRight: 6 }}>{treeCount}</div>
}
<div style={{ paddingBottom: 5 }}>
<img src="images/pumpe64.png" height={32} alt="hand swivel pump" title="Anzahl Handschwengelpumpen im aktuellen Ausschnitt"/>
<img src="images/pumpe_64.png" height={32} alt="hand swivel pump" title="Anzahl Handschwengelpumpen im aktuellen Ausschnitt"/>
</div>
<div style={{ paddingBottom: 15, fontWeight: 'bold', paddingRight: 6 }}>{pumpCount}</div>
<div style={{ paddingBottom: 5 }}>
Expand Down

0 comments on commit 506bb75

Please sign in to comment.