Open
Bug 1914207
Opened 1 year ago
Updated 8 months ago
Rename media-query break point variables to be more readable/logical
Categories
(Firefox :: New Tab Page, enhancement)
Firefox
New Tab Page
Tracking
()
NEW
People
(Reporter: thecount, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: papercut)
Right now we have a breakpoint for "$break-point-widest", but it's not actually the widest anymore.
We should just call it "$break-point-wide"
We also have "$break-point-weather", which is a larger breakpoint used right now just for weather.
We should probably just call that "$break-point-super-wide"
We are adding an even wider breakpoint possibly in bug 1914045, which probably should be called ultra-wide.
Updated•8 months ago
|
Summary: newtab page breakpoint names need updating → Rename media-query break point variables to be more readable/logical
Comment 1•8 months ago
|
||
See all breakpoint variables: https://searchfox.org/mozilla-central/source/browser/extensions/newtab/content-src/styles/_variables.scss#100-113
You need to log in
before you can comment on or make changes to this bug.
Description
•