You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
The text was updated successfully, but these errors were encountered:
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.
Describe the solution you'd like
The main div currently uses a
container
class, if it would usecontainer-fluid
it would look like this instead:Zigbee2MqttAssistant/Zigbee2MqttAssistant/Views/Shared/_Layout.cshtml
Line 38 in 7b1877a
It would look like this:
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
The text was updated successfully, but these errors were encountered: