Open
Description
👟 Reproduction steps
When https://www.appwrite.io/docs is opened in mobiles and tablets, the following issues are observed:
- the navigation button and the social media icons (#6857) are not clear to understand in the light mode.
- the carousal wrapper is at a higher z-index than the navigation-bar
- the search button inside the nav-menu overlaps with the navigation-bar
👍 Expected behavior
It is expected that
- the nav button and the social media buttons are in a darker color for the user to understand them easily (in the light mode of the app)
- the navigation-bar is at a higher z-index than the carousal wrapper so that the logo and nav button on the navbar can be accessed even over the carousal wrapper.
- the search button inside the nav-menu is positioned at the center of the div below the navigation-bar.
👎 Actual Behavior
But,
- the nav button and the social media buttons are in a lighter color and the user will not be able to understand them easily (in the light mode of the app)
- the carousal wrapper being at a higher z-index than the navigation-bar prevents a part of the logo (the left side) and nav button (the right side) of the navbar cannot be accessed.
- the search button inside the nav-menu pops out of the div and overlaps with the navigation-bar.
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Something else
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct