TileBoard
TileBoard copied to clipboard
Header and border margin
Hello,
I have Tileboard running on an 23 inch screen. It all looks great, but recently I decided to add another row to one of the columns. But its just a little bit to long now.
On the 23 inch screen there's a large gap between the header and the body. Is there a way to change how much of an gap there is? I don't mint setting an static value. The 23 inch screen is the only screen to access Tileboard.
Any ideas?
Greetings, Jos
The reason is that the center container (one which contains pages and the menu) is being vertically aligned. You can add this to custom.css
:
.page-align {
height: 100%;
width: 0;
vertical-align: top;
display: inline-block;
margin-left: 120px;
}
It seems strange to me that the tiles don't center vertically on the screenshot. That's the default behavior, I believe. Then there should be no problem with content overflowing on the bottom and not using the top space.
Would it be possible just like the config, to be able to have a separate css file for a specific tileboard? I have tablet I'm going to put on the wall that I would like the header for, but then I have a separate tablet I want to use for my TV controls and I don't want the header on that one. With changing the custom.css file, its affecting all tileboards.