nazrinharris / pecunia

Massively ambitious personal finance app.
1 stars 0 forks source link

`AccountsActionGrid` proportions only good on portrait #121

Closed nazrinharris closed 10 months ago

nazrinharris commented 10 months ago

Basically when the height is significantly larger than the width, it'll start to look like this:

Screenshot 2023-11-10 at 10 58 22 PM

The fix is to probably not use a grid and just set a fixed height/width. Put it in a horizontal scroll. This'll make it open for future addition of actions.

nazrinharris commented 10 months ago

Now that I see it, the picture makes it look like nothings wrong, what I meant is when the width is significantly larger than the height

nazrinharris commented 10 months ago

Should be done with 0c0630d in #118. (accidentally tagged the PR rather than this issue)