Skip to content
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

Switch to ant sider/content Layout modules, to help style sidebar #188

Merged
merged 3 commits into from
Jan 24, 2018

Conversation

rmars
Copy link

@rmars rmars commented Jan 19, 2018

  • Fixes the problem of the sidebar not extending all the way on long pages.
  • Also fixes a bug where the autocomplete options weren't reset if you had previously used the search bar

Fixes #72

Before:
screen shot 2018-01-19 at 3 10 33 pm

After:
screen shot 2018-01-19 at 3 10 13 pm

Signed-off-by: Risha Mars mars@buoyant.io

@rmars rmars added review/ready Issue has a reviewable PR area/web labels Jan 19, 2018
@rmars rmars self-assigned this Jan 19, 2018
Risha Mars added 2 commits January 23, 2018 15:14
Fixes the problem of the sidebar not extending all the way on long pages.

Signed-off-by: Risha Mars <mars@buoyant.io>
…item was selected

Signed-off-by: Risha Mars <mars@buoyant.io>
Copy link
Member

@klingerf klingerf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⭐️ 😻 Huge improvement!

background-color: #091B39;
color: white;
height: 100vh;
min-height: 200vh;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should change this to min-height: 100vh;. Otherwise we'll display a vertical scrollbar on short pages that would not otherwise have a scrollbar.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooh, thanks! will do

Signed-off-by: Risha Mars <mars@buoyant.io>
Copy link
Contributor

@franziskagoltz franziskagoltz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, interesting before/after 😻

@rmars rmars merged commit d011916 into master Jan 24, 2018
@rmars rmars deleted the rmars/sidebar-extension branch January 24, 2018 19:38
@rmars rmars removed the review/ready Issue has a reviewable PR label Jan 24, 2018
hawkw pushed a commit that referenced this pull request Jan 24, 2018
* Switch to ant sider/content Layout modules, to help style sidebar
This fixes the problem of the sidebar not extending all the way on long pages.
* Fix a bug where the autocomplete options weren't being reset when an item was selected
ihcsim pushed a commit that referenced this pull request Feb 27, 2019
This picks up the following commits:

* 0fe8063 replace  with  (#2370) (#201)
* 1ea7559 Minor cleanup in the config tests (#188)
* d0ef56b Update *ring* to 0.14.6 (#197)
* c54377f fs-watch: Use a properly sized buffer for inotify events (#195)
* 23e02a6 Update Router to wait for inner poll_ready before calling inner call
* 2de8e9b Update metrics quickcheck to 0.8, and hyper to 0.12.24
* d1bbd4b make: Optionally include debug symbols with builds (#193)
* 738a541 Fix compilation warnings in fs-watch (#192)
* 6cc7558 Apply rustfmt (#191)

Signed-off-by: Ivan Sim <ivan@buoyant.io>
khappucino pushed a commit to Nordstrom/linkerd2 that referenced this pull request Mar 5, 2019
Signed-off-by: Alex Leong <alex@buoyant.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Web sidebar does not extend to the bottom of the page on long pages
3 participants