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.
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
Convert all
px
values in front-facing styles to relative (em
) units #24523Convert all
px
values in front-facing styles to relative (em
) units #24523Changes from all commits
0ff3380
db8ca29
20e96a5
47efef0
3eb326a
b204bf8
7ae267a
519dae7
8ee37dd
d6ba20f
992c777
8ac774f
e7dac0d
a1d6b2d
187a50a
df93076
28c9b99
2041b02
1ad1c28
dfa8e80
7922206
7ef1e21
5479bc0
3a2b095
4d72408
ae64ed0
31c5f91
4afbe33
0e71afe
2b503a2
f7cdac1
9da60ff
b61eec5
3828247
def9b97
9f7228b
fe5c2f6
2bbcf37
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this one is maybe something to revert. I don't 100% fully understand where those 70px come from (cc: @jorgefilipecosta perhaps?) but I think given it's part of a
calc
statement, it was potentially important that this remained a pixel value.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed the PR you submitted it seems we can just remove the rule 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jasmussen @jorgefilipecosta Please see comment here:
#25103 (comment)
This is causing styling breakages on the frontend for cover blocks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @johnstonphilip. I believe that #26143 to fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if the values under
.citation
is correct, because I'm not sure if.citation
is nested under.quote
. It's not really clear to me what's going on in thenative.js
file for this block.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part wasn't 100% clear to me either... So I opted for the safest value, it made more sense 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Native mobile doesn't support
em
at all so it causes a crash on pull-quote. We reverted*.native.scss
changes here: #24936There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I didn't know that, thank you!