Code-related feedbacks, suggestions and ideas

Zachary 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)
here ya go
Image posted by the member
Image posted by the member

PC: Mamori Anezaki    
STA - 10 EVA - 15 STR - 0 WIS - 10 ARC - 0 ACC - 10
    
#3F6B85

Code-related feedbacks, suggestions and ideas
Test.

Avif:
Image posted by the member

Avif (2):
Image posted by the member

Webp:
Image posted by the member

Original: PNG
Image posted by the member

Code-related feedbacks, suggestions and ideas
In the shortcut bar at the bottom it says “Messages Unread” rather than “Unread Messages”

Wis 9|Acc 8|Eva 7
Beware My Bite
Sta 5|Arc 5|Str 6

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
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.
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.

Be Brave--Be Smart--Be Loyal--Be Cunning
Claire Ducasse

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, [right][/right] inside a [table] no longer pushes content to the right, here's what i mean:

before
Image posted by the member
now
Image posted by the member

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?

Image posted by the member

p.s. also thanks for the avif fix, the colors are pretty much indistinguishable from webp now 🫡

PC: Mamori Anezaki    
STA - 10 EVA - 15 STR - 0 WIS - 10 ARC - 0 ACC - 10
    
#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

Code: Select all

<div class="table-wrap">
  <table></table>
</div>
css

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    
STA - 10 EVA - 15 STR - 0 WIS - 10 ARC - 0 ACC - 10
    
#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.