Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-homepage
base: badd5959fa2f^
Choose a base ref
...
head repository: NixOS/nixos-homepage
compare: a1f44e0869f7
Choose a head ref
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on Nov 4, 2020

  1. Copy the full SHA
    badd595 View commit details
    Browse the repository at this point in the history
  2. site-styles: Use margins rather than paddings for columns

    The padding would end up causing a mis-alignment of columns.
    
    The `calc()` is needed here as the total space available is 100%, but if
    we don't remove it from the width of the elements we'd end up with
    100%+n*margin
    samueldr committed Nov 4, 2020
    Copy the full SHA
    385f18f View commit details
    Browse the repository at this point in the history
  3. layout: Review footer to use columns and container mixins

    It seems the previous method didn't compose well.
    
    It would end up creating a bit of padding where there shouldn't be since
    using #container() at the same place as #columns() can't work.
    samueldr committed Nov 4, 2020
    Copy the full SHA
    f8b2dbc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f1f7ad8 View commit details
    Browse the repository at this point in the history
  5. site-styles: Remove NixOS text from the navbar on narrow sm widths

    There's too many items in the menu when bordering on xs.
    samueldr committed Nov 4, 2020
    Copy the full SHA
    85ea638 View commit details
    Browse the repository at this point in the history
  6. site-styles: Fix regression in community.less

    Setting all margins like that breaks #columns()
    samueldr committed Nov 4, 2020
    Copy the full SHA
    0d29d66 View commit details
    Browse the repository at this point in the history
  7. site-styles: Fix scrolling bug at ==768px width

    The negative margins being applied all the time caused issues when the
    total width of the viewport was smaller than the site width + those
    margin sizes.
    samueldr committed Nov 4, 2020
    Copy the full SHA
    d9200eb View commit details
    Browse the repository at this point in the history
  8. site-style: Fix fallout from changing columns implementation

    The way this is fixed also better explains what the desire is. We
    actually want three columns, not two. It's only that we want the second
    column to span two out of the three columns.
    
    We will need an abstraction over that.
    samueldr committed Nov 4, 2020
    Copy the full SHA
    a1f44e0 View commit details
    Browse the repository at this point in the history