Code-related feedbacks, suggestions and ideas
here ya goZachary Winslow wrote: 29 Jun 2026, 18:51 Could you please post the original image on the website so I can test with the converted image? (the source is also stored on the server)


| PC: Mamori Anezaki |
|
#3F6B85 |
Code-related feedbacks, suggestions and ideas
Test.
Avif:

Avif (2):

Webp:

Original: PNG
Avif:

Avif (2):

Webp:

Original: PNG
Code-related feedbacks, suggestions and ideas
I'm not sure if it is supposed to be like this but if you could sorta save your sickles when you get paid so if for example I was really tired one night and didn't check Hio the next day I could get yestreday's pay and todays.
"Life isn't about finding yourself. Life is about creating yourself." — George Bernard Shaw
Code-related feedbacks, suggestions and ideas
But if it stacked up indefinitely people would cheat and only get it occasionally. But what Gloria is saying is valid, so what if it stacked up for two or three days only, so if life got you that day you will be fine, but you won't be able to cheat.Gloria Shell wrote: 1 Jul 2026, 01:42 I'm not sure if it is supposed to be like this but if you could sorta save your sickles when you get paid so if for example I was really tired one night and didn't check Hio the next day I could get yestreday's pay and todays.
Code-related feedbacks, suggestions and ideas
Omg Zach I love ur update for us mobile
"Life isn't about finding yourself. Life is about creating yourself." — George Bernard Shaw
Code-related feedbacks, suggestions and ideas
hi zach, sorry to bother again! since the latest accessibility update,
before

now

ive poked around the css a bit and noticed .postbody table has display: block on it, which i think might be the culprit? just wondering if that's meant to be there or if it's a leftover from something else?

p.s. also thanks for the avif fix, the colors are pretty much indistinguishable from webp now
[right][/right] inside a [table] no longer pushes content to the right, here's what i mean:before

now

ive poked around the css a bit and noticed .postbody table has display: block on it, which i think might be the culprit? just wondering if that's meant to be there or if it's a leftover from something else?

p.s. also thanks for the avif fix, the colors are pretty much indistinguishable from webp now
| PC: Mamori Anezaki |
|
#3F6B85 |
Code-related feedbacks, suggestions and ideas
That should be good now. Unfortunately, this also cancels out the improvements on mobile. I’ll keep working on finding a solution that works for everyone
Code-related feedbacks, suggestions and ideas
appreciate the quick fix, my suggestion would be to leave the table itself untouched and wrap a div around it instead to handle the slider
html
css
html
Code: Select all
<div class="table-wrap">
<table></table>
</div>Code: Select all
.postbody .table-wrap {
max-width: 100%;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}
.postbody table {
width: 100%;
}| PC: Mamori Anezaki |
|
#3F6B85 |
Code-related feedbacks, suggestions and ideas
Could you tell me what you think of my latest tests? I hope the display is AS BEFORE on large screens, while the columns disappear as soon as the screen gets narrower, which is the only way to get a proper display on mobile.
In the long term, I’ll try to provide you with better BBCode options.
In the long term, I’ll try to provide you with better BBCode options.