Page 1 of 1

change height of blocks in CONFIG.JS

Posted: Saturday 30 May 2020 15:27
by henrybcn
Hi, is there any way to change the height of specific blocks in CONFIG.JS?
I am trying this but nothing changes:

blocks[6] = {
width: 3,
height: 1,
}

Or do I have to use custom.css?

My dashboard is really simple
config.js
(1.27 KiB) Downloaded 44 times

Re: change height of blocks in CONFIG.JS

Posted: Saturday 30 May 2020 19:36
by Lokonli

Re: change height of blocks in CONFIG.JS

Posted: Sunday 31 May 2020 10:18
by henrybcn
Tks Lokonli! I did before posting, but the solution is with the custom.css I am trying to understand if can be done directly on the config.js

Re: change height of blocks in CONFIG.JS

Posted: Sunday 31 May 2020 10:31
by Lokonli
In config.js it's only possible for frame, graph and news.

Sent from my SM-A320FL using Tapatalk


Re: change height of blocks in CONFIG.JS

Posted: Sunday 31 May 2020 17:08
by henrybcn
tks Lokonli! I could make it in custom.css ;)