mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: apply sameWidth from 450px screen width
This commit is contained in:
parent
bd0abddf6f
commit
6b14a0f352
@ -841,7 +841,7 @@ export default Component.extend(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "sameWidth",
|
name: "sameWidth",
|
||||||
enabled: window.innerWidth > 400,
|
enabled: window.innerWidth > 450,
|
||||||
phase: "beforeWrite",
|
phase: "beforeWrite",
|
||||||
requires: ["computeStyles"],
|
requires: ["computeStyles"],
|
||||||
fn: ({ state }) => {
|
fn: ({ state }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user