-
Notifications
You must be signed in to change notification settings - Fork 282
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
Rework layout with flexbox #3904
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
flourish86
added a commit
that referenced
this pull request
Aug 7, 2019
flourish86
added a commit
that referenced
this pull request
Aug 7, 2019
theFeu
reviewed
Aug 8, 2019
flourish86
force-pushed
the
feature/flex-box-layout-reworked
branch
from
August 22, 2019 15:04
04e4bfa
to
708b452
Compare
flourish86
added a commit
that referenced
this pull request
Nov 13, 2019
flourish86
added a commit
that referenced
this pull request
Nov 13, 2019
flourish86
force-pushed
the
feature/flex-box-layout-reworked
branch
from
November 13, 2019 12:22
708b452
to
64f80d8
Compare
lippserd
pushed a commit
that referenced
this pull request
Dec 3, 2019
lippserd
force-pushed
the
feature/flex-box-layout-reworked
branch
from
December 3, 2019 11:09
64f80d8
to
126aa71
Compare
lippserd
pushed a commit
that referenced
this pull request
Dec 3, 2019
lippserd
pushed a commit
that referenced
this pull request
Dec 5, 2019
lippserd
pushed a commit
that referenced
this pull request
Dec 5, 2019
lippserd
force-pushed
the
feature/flex-box-layout-reworked
branch
from
December 5, 2019 08:08
126aa71
to
7e85b31
Compare
nilmerg
pushed a commit
that referenced
this pull request
Dec 6, 2019
nilmerg
force-pushed
the
feature/flex-box-layout-reworked
branch
from
December 6, 2019 07:15
7e85b31
to
bf92252
Compare
nilmerg
pushed a commit
that referenced
this pull request
Dec 6, 2019
nilmerg
added
area/ui
Affects the user interface
enhancement
New feature or improvement
labels
Dec 6, 2019
nilmerg
pushed a commit
that referenced
this pull request
Dec 6, 2019
nilmerg
pushed a commit
that referenced
this pull request
Dec 6, 2019
nilmerg
force-pushed
the
feature/flex-box-layout-reworked
branch
from
December 6, 2019 14:33
703c958
to
64f55ca
Compare
The header has no height anymore without announcements.
Was completely broken even prior the removal of `ui.fixControls()`..
Causes issues in minimal layouts otherwise, at least in Chrome. Safari suffers from this, but who cares...
nilmerg
force-pushed
the
feature/flex-box-layout-reworked
branch
from
December 6, 2019 14:42
64f55ca
to
9a32be2
Compare
Otherwise content not wrapped with `.content` lets overflow the entire page.
nilmerg
added
the
affects-upgrades
The change requires migration or user awareness
label
Apr 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-upgrades
The change requires migration or user awareness
area/ui
Affects the user interface
enhancement
New feature or improvement
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Flexbox layout is now implemented.
resolves #3810
Some notes:
-ms
-prefixes