Skip to content

Commit

Permalink
fix(ios): layout fix for favorites in drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 23, 2025
1 parent f784f24 commit dd456c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/WeatherPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,7 @@
disableCss={true}
fontSize={14 * $fontScale}
paddingTop={3 * $fontScale}
verticalAlignment="top"
text={formatTime(Date.now(), 'LT', item.timezoneOffset)}
textWrap={true}
visibility={item.timezone ? 'visible' : 'hidden'} />
Expand Down

0 comments on commit dd456c9

Please sign in to comment.