TileBoard icon indicating copy to clipboard operation
TileBoard copied to clipboard

Header and border margin

Open josvink66 opened this issue 4 years ago • 3 comments

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.

TileBoard

Any ideas?

Greetings, Jos

josvink66 avatar Jun 02 '20 20:06 josvink66

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;
}

resoai avatar Jul 01 '20 09:07 resoai

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.

rchl avatar Oct 12 '20 20:10 rchl

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.

jnpetersen avatar Aug 03 '22 02:08 jnpetersen