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

Alternative to country list scroll #195

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on May 20, 2020

  1. Merge pull request #11 from aatishb/master

    Update to most recent state
    MrSpiffyClean authored May 20, 2020
    Configuration menu
    Copy the full SHA
    944d7c8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    f1ca9f3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Add countriestopwrapper div

    Wrap the top elements of the Countries list such that they can stick on top.
    MrSpiffyClean authored May 22, 2020
    Configuration menu
    Copy the full SHA
    3a46d12 View commit details
    Browse the repository at this point in the history
  2. Add countriestopwrapper css info

    .countriestopwrapper p needs to be at the bottom, after the other p declarations, because of specificity issues.
    It is needed because of margin/padding conflicts (e.g. collapsing margins).
    Also removing leftover .countries formatting relating to scrolling.
    MrSpiffyClean authored May 22, 2020
    Configuration menu
    Copy the full SHA
    1dffc64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ada0aad View commit details
    Browse the repository at this point in the history
  4. Add customizetopwrapper and related func

    customizetopwrapper and separator are sticky.
    countriestopwrapper was changed to accommodate the new sticky elements.
    Changing aside padding-top to allow for the customizetopwrapper to work seamlessly.
    min-width is removed from .search and .select, as they break the flow. (might change the width of aside to fix)
    MrSpiffyClean authored May 22, 2020
    Configuration menu
    Copy the full SHA
    00c6e41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc4b294 View commit details
    Browse the repository at this point in the history
  6. Add event functions

    This enables "scroll to top" when clicking the titles, allowing for easy going back-from the sections.
    MrSpiffyClean authored May 22, 2020
    Configuration menu
    Copy the full SHA
    60da578 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71ed61b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf64f6f View commit details
    Browse the repository at this point in the history
  9. Fix quote marks

    MrSpiffyClean authored May 22, 2020
    Configuration menu
    Copy the full SHA
    6f2cd7f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Update style.css

    Added h2 hover formatting
    Changed some stuff in .separator and .countriestopwrapper
    MrSpiffyClean authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    1123a50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f7445 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1733118 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f27da65 View commit details
    Browse the repository at this point in the history