-
-
Notifications
You must be signed in to change notification settings - Fork 336
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: badd5959fa2f^
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a1f44e0869f7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 9 files changed
- 1 contributor
Commits on Nov 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for badd595 - Browse repository at this point
Copy the full SHA badd595View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 385f18f - Browse repository at this point
Copy the full SHA 385f18fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f8b2dbc - Browse repository at this point
Copy the full SHA f8b2dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f7ad8 - Browse repository at this point
Copy the full SHA f1f7ad8View commit details -
site-styles: Remove NixOS text from the navbar on narrow sm widths
There's too many items in the menu when bordering on xs.
Configuration menu - View commit details
-
Copy full SHA for 85ea638 - Browse repository at this point
Copy the full SHA 85ea638View commit details -
site-styles: Fix regression in community.less
Setting all margins like that breaks #columns()
Configuration menu - View commit details
-
Copy full SHA for 0d29d66 - Browse repository at this point
Copy the full SHA 0d29d66View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d9200eb - Browse repository at this point
Copy the full SHA d9200ebView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a1f44e0 - Browse repository at this point
Copy the full SHA a1f44e0View commit details
There are no files selected for viewing