mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 21:19:41 -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",
|
||||
enabled: window.innerWidth > 400,
|
||||
enabled: window.innerWidth > 450,
|
||||
phase: "beforeWrite",
|
||||
requires: ["computeStyles"],
|
||||
fn: ({ state }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user