-
Notifications
You must be signed in to change notification settings - Fork 11
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
Misc UI and bug fixes #22
Conversation
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.
The current nav-pills was a dirty interim solution, but the duplicate can be hidden for now with sites that have the admin sidebar turned off
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.
Ahh, ok. So should would you say we should not include this change then, and handle it on a site by site basis for now?
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.
Are you testing the Ad Plugin on your local instance?
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.
Sticky Sidebar - Fix Scrolling Bug
There was an issue when the sidebar was taller than the page content. Upon reaching the bottom, the sidebar would be set to fixed position, causing a layout glitch. Added a check to only change the sidebar position if we haven't reached the bottom of the page (in which case the rest of the page should keep scrolling while the sidebar is fixed).
Sign Up Button - Border Radius
Admin / Preferences - Add Padding
Admin Interface - Remove Duplicate Nav Controls
User Menu - Fix Bookmarks Link
Timeline - Add Top Margin