Comments Steven Winters started the conversationJuly 26, 2018 at 2:04am1. Border color is editable, but never changes from black when saved.2. Is it possible you could add option to edit Border & Outline widths? 3. Can you make the Space Between Cols fixed rather than variable as the browser window is resized?Thx! Max replied privately Steven Winters replied privatelySteven Winters repliedAugust 2, 2018 at 7:14pmUPDATE: I edited the addon and changed the JS from: tile_border_color:"{{tci_enable_border}}",to: tile_border_color:"{{tci_border_color}}",This fixed the border color problem. Max replied privately Sign in to reply ...
1. Border color is editable, but never changes from black when saved.
2. Is it possible you could add option to edit Border & Outline widths?
3. Can you make the Space Between Cols fixed rather than variable as the browser window is resized?
Thx!
UPDATE:
I edited the addon and changed the JS
from:
tile_border_color:"{{tci_enable_border}}",
to:
tile_border_color:"{{tci_border_color}}",
This fixed the border color problem.