Closed krishna9304 closed 2 years ago
There were design related issues in the Navbar and browse page. Below screenshots will make it more clearer.
This PR contains design fixes concerned with.
The icons were in column alignment which took more space in tablet or mobile view.
By default the height was 50rem for the folders navigation which gave extra space for no reason and didn't looked good from ui perspective
50rem
https://user-images.githubusercontent.com/71918441/172065518-f59bd0ae-1179-4735-80ed-c87fb5b3d6a7.mov
This change contains dynamic height value assignment based on number of folders and subfolders which solves this issue.
https://user-images.githubusercontent.com/71918441/172065539-54858e6a-ce12-4a69-9e1d-cd70a3b4a2a0.mov
Description
There were design related issues in the Navbar and browse page. Below screenshots will make it more clearer.
This PR contains design fixes concerned with.
Changes
NavBar
Before:
The icons were in column alignment which took more space in tablet or mobile view.
After:
Browse Page
Before:
By default the height was
50rem
for the folders navigation which gave extra space for no reason and didn't looked good from ui perspectivehttps://user-images.githubusercontent.com/71918441/172065518-f59bd0ae-1179-4735-80ed-c87fb5b3d6a7.mov
After:
This change contains dynamic height value assignment based on number of folders and subfolders which solves this issue.
https://user-images.githubusercontent.com/71918441/172065539-54858e6a-ce12-4a69-9e1d-cd70a3b4a2a0.mov