You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this is more of a request for help with a layout, I have been struggling to get a specific layout working and have posted in quite a few places and no one can help me.
I am trying to make a layout like this. Is not to scale but its basically a weather dashboard that I want to have a large card in the middle, which will be a weather radar and then all other rain, wind cards etc positioned around that card.
Is anyone able to help me with this layout please?
Thank you very much!
The text was updated successfully, but these errors were encountered:
I did not test this, but I believe it would be the following:
type: custom:layout-cardlayout_type: custom:grid-layoutcards:
- type: ...view_layout:
grid-area: a
- type: ...view_layout:
grid-area: b
- type: ...view_layout:
grid-area: main...layout:
grid-template-areas: | "a b c d" "e main main f" "g h i j"
So this is more of a request for help with a layout, I have been struggling to get a specific layout working and have posted in quite a few places and no one can help me.
I am trying to make a layout like this. Is not to scale but its basically a weather dashboard that I want to have a large card in the middle, which will be a weather radar and then all other rain, wind cards etc positioned around that card.
Is anyone able to help me with this layout please?
Thank you very much!
The text was updated successfully, but these errors were encountered: