FIX: apply sameWidth from 450px screen width

This commit is contained in:
Joffrey JAFFEUX 2020-05-05 13:01:02 +02:00 committed by GitHub
parent bd0abddf6f
commit 6b14a0f352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -841,7 +841,7 @@ export default Component.extend(
},
{
name: "sameWidth",
enabled: window.innerWidth > 400,
enabled: window.innerWidth > 450,
phase: "beforeWrite",
requires: ["computeStyles"],
fn: ({ state }) => {