Weird Glitches in FA
11 years ago
So apparently if your window size is not the same as your monitor size (in my case 1920x1080), you'll get fewer images in the recent favorites list (8 in my case). But if you click-hold, as if selecting text, and drag over and down the bottom row of the favorites widget, you can make the larger preview at the top display images which don't display in the list. X3
So the page is loading them, but the div is not expanding vertically to allow them to be visible on the page.
So the page is loading them, but the div is not expanding vertically to allow them to be visible on the page.
center.flow.userpage-submissions.twolines, center.flow.userpage-favorites.twolines {
max-height: 252px;
overflow: hidden;
}
Drop the max-height and it seems to expand again. Probably could do a quick userstyle that does that.
BTW, how goes? n.n
And, it goes okay. Tinkering and such. You? n.n
Not bad here, I'd say. Been writing a bit, kinda looking for new hobbies though.
I haven't done much yet other than play around with the default install. I need to get it running on Windows so I can develop on it more easily.