-
-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msglist: Make padding and margin independent of font size.
Change the units used for padding and margins from 'rem' to 'px'. This makes these UI elements not scale with font size change. While this would be undesirable from a purely designer's point of view, and not something we would do for a web app, that is a best practice that the tested apps follow on mobile. This leaves more space for the text when enlarged, considering the limited space. [greg: separated small changes of actual lengths into an explicit preceding commit; cleaned out some noise of unrelated other changes]
- Loading branch information
1 parent
4955ea5
commit ebaffb4
Showing
1 changed file
with
32 additions
and
32 deletions.
There are no files selected for viewing
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