mehdihadeli / awesome-software-architecture

🚀 A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
https://awesome-architecture.com
Creative Commons Zero v1.0 Universal
7.89k stars 628 forks source link

Cutoff navigation on mobil screen #28

Closed Coffeeri closed 3 years ago

Coffeeri commented 3 years ago

Hello! First, thank you for creating this awesome-page! @mehdihadeli

I've noticed that you added some custom CSS in docs/static/extra.css Commit: 8c56bca733de9b10d0a67d268182282ca61bc86e

.md-content {
  margin-left: 14.1rem;
}

.md-sidebar {
  position: absolute;
  width: 14.1rem;
  padding: 1.2rem 0;
  overflow: hidden;
}

These changes make the page unusable on mobile screens such as phones. I am not sure what you were trying to archive with this custom CSS, let me know if I can help you with that. Screenshot: Screenshot

mehdihadeli commented 3 years ago

Hello! First, thank you for creating this awesome-page! @mehdihadeli

I've noticed that you added some custom CSS in docs/static/extra.css Commit: 8c56bca

.md-content {
  margin-left: 14.1rem;
}

.md-sidebar {
  position: absolute;
  width: 14.1rem;
  padding: 1.2rem 0;
  overflow: hidden;
}

These changes make the page unusable on mobile screens such as phones. I am not sure what you were trying to archive with this custom CSS, let me know if I can help you with that. Screenshot: Screenshot

@Coffeeri Thanks for reporting the issue on the mobile. I removed all unnecessary css and files. It should work file now :)

Coffeeri commented 3 years ago

Great, thank you!

kaysydcalmlion commented 3 years ago

Cool