Closed gustaveWPM closed 1 year ago
I noticed the sidebar does not adjust its size when I modify the value of sidebarIconSizeInPx in SidebarButtonStyle.ts
sidebarIconSizeInPx
I think that it's way too much hard-coded and would be more elegant if the sidebar dims were binded to this value (or something like).
I'll think about it when I'll be working on the Dashboard. For now, I would like to focus on the blog & i18n features.
Fixed in https://github.com/Tirraa/dashboard_rtm/commit/d8562f41094c4aef86575c94a646f304c9c0deee
Oooooppps: https://github.com/Tirraa/dashboard_rtm/commit/20279cc41e4f3f12cc17731ecd58a40f2a1988ef
I noticed the sidebar does not adjust its size when I modify the value of
sidebarIconSizeInPx
in SidebarButtonStyle.tsI think that it's way too much hard-coded and would be more elegant if the sidebar dims were binded to this value (or something like).