fossasia / susi.ai

SUSI.AI Web Client https://susi.ai
GNU Lesser General Public License v2.1
2.04k stars 851 forks source link

fix: burger menu icon shows up between 768px and 520 px #3600

Closed naman360 closed 3 years ago

naman360 commented 4 years ago

Fixes #3594

Changes: Passed parameter as 768 to isMobileView function for getting burger menu icon to be displayed for screen width less than 768px.

Demo Link: https://pr-3600-fossasia-susi-web-chat.surge.sh

Screenshots of the change: Before Initi Here, No icon is present for screen width less than 768px.

After Final Here, menu icon is visible for screen width less than 768px.

naman360 commented 3 years ago

@snitin315 @iamareebjamal Review please?

ksraj123 commented 3 years ago

This Fixes #3590 too.

naman360 commented 3 years ago

@mariobehling Please review?