From cbbbc65acb514d358b37ca45da286b74871a7fcc Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Mon, 27 Jan 2020 13:48:01 -0500 Subject: [PATCH] chat: sidebar switcher retains with on -m Sidebar switcher was squishing and losing aspect ratio on medium viewport. It now retains its proper size. --- .../chat/src/js/components/lib/icons/icon-sidebar-switch.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/interface/chat/src/js/components/lib/icons/icon-sidebar-switch.js b/pkg/interface/chat/src/js/components/lib/icons/icon-sidebar-switch.js index 03dfb63b3..fe4c1ffb1 100644 --- a/pkg/interface/chat/src/js/components/lib/icons/icon-sidebar-switch.js +++ b/pkg/interface/chat/src/js/components/lib/icons/icon-sidebar-switch.js @@ -24,6 +24,9 @@ export class SidebarSwitcher extends Component { } height="16" width="16" + style={{ + maxWidth: 16 + }} />