chat: sidebar switcher retains with on -m

Sidebar switcher was squishing and losing aspect ratio on medium viewport.
It now retains its proper size.
This commit is contained in:
Matilde Park 2020-01-27 13:48:01 -05:00
parent 8905a706a8
commit cbbbc65acb

View File

@ -24,6 +24,9 @@ export class SidebarSwitcher extends Component {
}
height="16"
width="16"
style={{
maxWidth: 16
}}
/>
</a>
</div>