rstrouse / nodejs-poolController-dashPanel

A dashboard panel for tagyoureit/nodejs-poolController
37 stars 20 forks source link

Adjustable Format for one column view? #14

Closed loopy321 closed 3 years ago

loopy321 commented 3 years ago

I was hoping to find a way to allow dashpanel to fit to one column so that it fits better on a phone screen. The current version truncates the edges of the dashpanel and is not slidable to view it (see image below).

Great tool! Thank you.

PNG image
rstrouse commented 3 years ago

When I get some time I plan on adding some responsive css to the page. The first step in this was to get the theme interface working and move all dimensional stuff to logical units which it is now. I will be undertaking the next step next month to move the interface into a single column.

rstrouse commented 3 years ago

Grab a new dashPanel it now includes css for a mobile devices. Unfortunately you will probably have to clear your browser cache as the caching mechanisms for the css have yet to get an update.

loopy321 commented 3 years ago

Thank you! Got it working as expected in safari and chrome (incognito). The update did not take on chrome (non-incognito) even after clearing cache - weird.