You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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!
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!
The text was updated successfully, but these errors were encountered: