Foreword: I'm aware that sidebar feature requests (#167) are not being implemented, but because this is related to existing functionality, I hope it can be evaluated further.
Describe the issue:
CCH Currently overrides the height of the <div class="menu"> element in the <ha-sidebar> from 65px down to 49px.
However, it does not compensate for this reduction by increasing the rest of the sidebar. The following element <paper-listbox> has a height of calc(100% - 196px) so I expect that to get overridden to calc(100% - 180px)
Foreword: I'm aware that sidebar feature requests (#167) are not being implemented, but because this is related to existing functionality, I hope it can be evaluated further.
Describe the issue:
CCH Currently overrides the height of the
<div class="menu">
element in the<ha-sidebar>
from65px
down to49px
.However, it does not compensate for this reduction by increasing the rest of the sidebar. The following element
<paper-listbox>
has a height ofcalc(100% - 196px)
so I expect that to get overridden tocalc(100% - 180px)
Config YAML:
N/A
HA and/or Browser Error:
None (layout issue)
Versions and Browser: