-
Notifications
You must be signed in to change notification settings - Fork 975
Polish groupedItem button & add groupedItem to the existing browserButtons #9357
Conversation
// 'mm' assures theoretically the equal width of margin | ||
// on every platform with any display monitor resolution. | ||
// 2 mm = 1/12 inch | ||
marginLeft: '2mm !important', |
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.
the value might be changed to a better one. CC @bradleyrichter for ergonomic insight.
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 have a strong guess that most monitors aren't yet in the same high-res as printers to get absolute units with the same precision. Absolute units are basically made for printed pages.
If you're interested, please check https://www.w3.org/Style/Examples/007/units.en.html and lmk if that changed your mind or, if not, lmk your thoughts.
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.
otherwise lgtm
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.
Absolute units are basically made for printed pages.
yes I think you are right. I'll take a look at the document later.
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.
Fixed with b649105
The comment was addressed and the commits were updated :-) |
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.
+++++++
Fixes #9251
Fixes #9252
Test Plan:
buttons
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
Tests