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
288 stars 74 forks source link

Web interface does not render properly in Firefox #26

Closed ohmstance closed 1 year ago

ohmstance commented 1 year ago

I am glad there is WoL with a web interface. However, the web interface does not render properly when viewed through Firefox. The navbar is missing dark background and the text "GET" is offset up from the center of the pill. See the following images:

Firefox 115.0.2

Mozilla Firefox

MS Edge 115.0.1901.183

Microsoft Edge

ohmstance commented 1 year ago

Firefox does not support CSS nesting, which is used in styles.css. I'll make a PR.

sameerdhoot commented 1 year ago

@ohmstance Thank you looking into this. I will merge the PR when you make it available.

ohmstance commented 1 year ago

I've submitted a PR. It includes some optimization for small screens.

sameerdhoot commented 1 year ago

Merged #27