-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: try new full width fluid Container layout #730
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I've updated deps, so there should be any bugs to preview it now @atinux |
It is looking great. But this becomes the new default? |
@atinux if you ok with this layout, I will test it more (including bigger 4k screens). I guess it could be new default, but I can support both layouts, maybe add a setting into |
What about this to activate it? export default defineAppConfig({
docus: {
layout: 'fluid'
}
}) |
yes, exactly, could be |
To try this branch you need to use latest Elements commits (most likely locally using
.docs/.env
file withTHEME_DEV_ELEMENTS_PATH={pwd to Elements repo}
, until new Elements released) @atinux @Tahul