sameerdhoot / wolweb

Web interface for sending Wake-on-lan (magic packet). An HTTP server built using GoLang and uses Bootstrap for UI.
GNU General Public License v3.0
297 stars 76 forks source link

Fix CSS in Firefox and optimize for small screen #27

Closed ohmstance closed 1 year ago

ohmstance commented 1 year ago

Web interface renders wrong in Firefox as the browser does not support CSS nesting. Un-nested the CSS in styles.css and now it renders properly.

image image

Also, I have tuned the web interface a bit for small screened devices like mobile phones. The whole web interface no longer has min-width of 900px, but instead the device table has min-width of 900px and horizontally scrollable.

https://github.com/sameerdhoot/wolweb/assets/58171737/c38b73a0-abe8-432b-ab95-7d66ebdf5b43