Skip to content

Commit 506bb75

Browse files
committed
fix width/height
1 parent 5f2ce39 commit 506bb75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/StatusBar/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const StatusBar = ({ treeCount, waterSourceCount, pumpCount, mobileCount }) => {
1616
marginLeft: 'auto',
1717
marginBottom: '1px',
1818
height: '50px',
19-
width: '350px',
19+
width: '450px',
2020
overflow: 'auto',
2121
padding: '10px',
2222
textAlign: 'center'
@@ -62,7 +62,7 @@ const StatusBar = ({ treeCount, waterSourceCount, pumpCount, mobileCount }) => {
6262
marginTop: 'auto',
6363
marginBottom: 'auto',
6464
marginRight: '1px',
65-
height: '220px',
65+
height: '270px',
6666
width: '60px',
6767
overflow: 'auto',
6868
paddingRight: '10px',
@@ -78,7 +78,7 @@ const StatusBar = ({ treeCount, waterSourceCount, pumpCount, mobileCount }) => {
7878
<div style={{ paddingBottom: 15, fontWeight: 'bold', paddingRight: 6 }}>{treeCount}</div>
7979
}
8080
<div style={{ paddingBottom: 5 }}>
81-
<img src="images/pumpe64.png" height={32} alt="hand swivel pump" title="Anzahl Handschwengelpumpen im aktuellen Ausschnitt"/>
81+
<img src="images/pumpe_64.png" height={32} alt="hand swivel pump" title="Anzahl Handschwengelpumpen im aktuellen Ausschnitt"/>
8282
</div>
8383
<div style={{ paddingBottom: 15, fontWeight: 'bold', paddingRight: 6 }}>{pumpCount}</div>
8484
<div style={{ paddingBottom: 5 }}>

0 commit comments

Comments
 (0)