-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Try/nav dedicated sidebar 2 #39885
Try/nav dedicated sidebar 2 #39885
Conversation
Size Change: +1.54 kB (0%) Total Size: 1.22 MB
ℹ️ View Unchanged
|
|
||
@include break-small() { | ||
padding-left: $grid-unit-30; | ||
padding-left: $grid-unit-20; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
presumably since this matches the value above we don't need it.
@@ -176,6 +176,14 @@ export const rootEntitiesConfig = [ | |||
baseURLParams: { context: 'edit' }, | |||
key: 'plugin', | |||
}, | |||
{ | |||
label: __( 'Navigation' ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should drop this change. It's not a good idea.
🚧🚧🚧 Still very much a WIP. 🚧🚧🚧
What?
This is another attempt at #38600, but this time moving the pinned items to the header.
Why?
Part of #36667.
How?
This requires changing the Interface Skeleton component which is quite a risky change. We should try to find a way to do this in smaller increments but that has proven difficult so far.
Testing Instructions
Open the site editor and play with templates/template parts/global styles and navigation sidebar.
Screenshots or screencast
sidebare3.mp4