yllibed / Zigbee2MqttAssistant

GUI for Zigbee2Mqtt running in docker and HASS.IO
450 stars 42 forks source link

Use more of the available screen space (especially in the map view) #376

Open wolph opened 3 years ago

wolph commented 3 years ago

Is your feature request related to a problem? Please describe. Currently the map view is a bit too small to fit my entire network, and that's mostly due to inefficient use of screen space.

image

Describe the solution you'd like

The main div currently uses a container class, if it would use container-fluid it would look like this instead: https://github.com/yllibed/Zigbee2MqttAssistant/blob/7b1877a40d9d37c5a18e33632ecf85e6eda09a95/Zigbee2MqttAssistant/Views/Shared/_Layout.cshtml#L38

It would look like this:

image

The only issue is that it would have to be specific for the map view. For the other pages a little bit of extra space wouldn't hurt, but container-fluid would be a bit much.

Describe alternatives you've considered

I could try a usercss... but I think more people would benefit from this.

Additional context