fix: improve header navigation spacing#60
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository: alphaonelabs/coderabbit/.coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary of Changes
Main Website (
web/templates/base.html)space-x-2withgap-5for more consistent spacing between navigation items.gap-1.5 px-2 py-2).space-y-4tospace-y-10for better readability and touch-friendliness.Virtual Lab (
web/virtual_lab/templates/virtual_lab/layout.html)Header Layout: Refactored the header to be a column on mobile (
flex-col gap-4) and a row on larger screens (lg:flex-row).Navigation Links:
flex-wrapto prevent overflow on smaller screens.gap-x-6 gap-y-3for cleaner spacing.whitespace-nowrapto avoid awkward text wrapping.Styling Updates:
lg:justify-end).Verification Results