mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
update centeredContent
property for /play
route
This commit is contained in:
parent
eec2f4b1f7
commit
2ba7bcece2
@ -17,7 +17,10 @@ export default [
|
|||||||
{
|
{
|
||||||
path: "/play/*",
|
path: "/play/*",
|
||||||
public: true,
|
public: true,
|
||||||
centeredContent: true,
|
centeredContent: {
|
||||||
|
mobile: true,
|
||||||
|
desktop: true,
|
||||||
|
},
|
||||||
mobileTopBarSpacer: true,
|
mobileTopBarSpacer: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user