Fixed it! See https://pastebin.com/1hjSYkeS for the updated HTML, and https://pastebin.com/myuKj72J for the updated CSS (these will auto-delete after 1 week). TL;DR wall now has `min-width:max-content;`, floor has `flex-grow: 1;`, wall and floor both in `<room>` having `display: flex; flex-direction: column; min-width: max-content`. Wall widens to contain all items within it, causing Room + Floor to grow too.
You may want to add `z-index: -1;` to the <floor> CSS to ensure that the floor won't render in front of the doors (and you may want to move the skirting board texture into the wall background texture instead of the floor background texture).
oooo I just realized I could turn the floor skirt into a div border! would make the room css more malleable
thoughts so far?
I think it's pretty cool. I guess that if you're thinking of making the index pretty much just be this hallway-like design, I guess you could try to make it fit all the vertical space but then set something up to turn vertical scroll inputs into horizontal scroll inputs or something to help scroll through it or something like that. but yeah very cool design :)
yea, i saw a super hacky way to make the scrollbar horizontal. I just haven't implemented it yet :D
I was messing with trying to get the scrollwheel to default to scrolling horizontally but it wasnt working. I am thinking what I might do is make the page resemble one of my bookshelf page. Instead of it being one continous room, its like a dollhouse which can scale to your resolution and nicely fit the contents on any aspect ratio.