Simplify some margin/padding values
Categories
(Toolkit :: Themes, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: ntim, Assigned: aji.yash13, Mentored)
Details
(Keywords: good-first-bug)
Attachments
(2 files, 1 obsolete file)
See review at https://phabricator.services.mozilla.com/D67954#2074294
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Hello Tim,
Can you give me some more information that need to be done ?
Updated•5 years ago
|
Reporter | ||
Comment 2•5 years ago
|
||
(In reply to Ajitesh13 from comment #1)
Hello Tim,
Can you give me some more information that need to be done ?
Hey,
You should go through the comments at https://phabricator.services.mozilla.com/D67954#inline-404608 and apply them to the source code.
Most comments go this way:
{margin/padding}-inline-start: X;
{margin/padding}-inline-end: Y;
becomes
{margin/padding}-inline: X Y;
Similarly:
{margin/padding}-top: X;
{margin/padding}-bottom: Y;
becomes
{margin/padding}-block: X Y;
Please let me know if you have any questions :)
Ok thanks, I will soon start working and let you know, if got some questions.
Do i also need to make the changes or just the comments?
Reporter | ||
Comment 5•5 years ago
|
||
(In reply to Ajitesh13 from comment #4)
Do i also need to make the changes or just the comments?
You should make the changes described by the comments directly in the source code, make a patch and submit it :)
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Reporter | ||
Comment 9•5 years ago
|
||
Comment 10•5 years ago
|
||
Updated•5 years ago
|
Comment 11•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ee66b2fb5734
https://hg.mozilla.org/mozilla-central/rev/6be621426379
Description
•