Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Last tile does not span entire page #180

Open
MarkWieczorek opened this issue Feb 2, 2023 · 1 comment
Open

Last tile does not span entire page #180

MarkWieczorek opened this issue Feb 2, 2023 · 1 comment

Comments

@MarkWieczorek
Copy link

I have 9 tiles on the main page, but the last tile does not span the entire page. It only spans 40%, and the remaining 60% for the "10th" tile is displayed as gray. Personally, I don't think that this looks very good.

I have noted that if I remove 2 tiles, so that I have a total of 7, that the last tile will indeed span the entire page. This seems to indicate that a single last tile with a width of 60% will get stretched to span the entire page, but that a single last tile of 40% won't.

It is possible that this is by design, but if it is, I would like to change the tile sizes of the first row to be "60/40" instead of "40/60" to avoid this problem. I have looked through the code, but to the best of my ability, I haven't been able to figure out how the tile sizes are set. Any help would be appreciated!

@andrewbanchich
Copy link
Owner

Hi, the size settings for tiles should be this part of the SCSS. That is a good point, and IMO should be fixed in the theme itself.

I can't say when I'll have some free time to look into that, but hopefully that should point you in the right direction. Contributions are welcome if you figure it out!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants