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: 5b5afd279bd7
Choose a base ref
...
head repository: NixOS/nixos-homepage
compare: 5809f03c407f
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 30, 2020

  1. Copy the full SHA
    9ecad67 View commit details
    Browse the repository at this point in the history
  2. sdr-responsive: Fix breakpoints

    The 0.001 wasn't thoroughly tested. It turns out that with chrome it
    ends up activating on the 768 breakpoint even though it shouldn't have.
    
    At 0.01 it also triggers.
    
    This is now set back to a tenth of a pixel.
    samueldr committed Aug 30, 2020
    Copy the full SHA
    f3b153c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bf4c4b6 View commit details
    Browse the repository at this point in the history
  4. mixins.less: Fix unit conversion issue in #container

    This made the gutter "carving" not happen, instead the maths as
    made by LESS resulted in 47.8rem instead of 46rem.
    samueldr committed Aug 30, 2020
    Copy the full SHA
    637939b View commit details
    Browse the repository at this point in the history
  5. layout.tt: Prevent browsers from zooming *out*

    The layout is tightly controlled in that orientation. Let the user
    scroll instead.
    
    This works around *parts* of a problem with way-too-narrow for comfort
    sizes like the purported Galaxy Fold's 280 device pixel width for, what
    I presume is, the external display.
    samueldr committed Aug 30, 2020
    Copy the full SHA
    eae49ca View commit details
    Browse the repository at this point in the history
  6. site-styles: Prevent ridiculously small device issues

    Yes, we're scaling down the site, but we are **not** making it worse.
    This is because the site structure will not be glitched out by the weird
    proportions of those devices, and the users can still zoom-in.
    
    In fact, the actual pixel density of their displays allows the user to
    simply bring the phone closer to their face also!
    samueldr committed Aug 30, 2020
    Copy the full SHA
    5809f03 View commit details
    Browse the repository at this point in the history