REsizing the dashboard according to the screen

Hello

i am new with Node-Red.. i create a dashboard that is working fine so far

i am looking for any feature that will adjust - resize the dashboard according to the screen

  • screen should fix on a desktop or a iphone-adroid phone

Any help would be appreciated

This is by far more complex than it seem
Dashboard use block size to calculate the exact size of each node, group, that create a absolute number for width and height in css.

In html world, inline css decide all, so you cant do anything.
A “hack” is a mobile screen seem fit for a group width of 6-8 block, with default block size. You could test more to find the best suitable for your screen

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.