PieFed allows you to specity CSS in your settings so you can make it look however you like. What CSS do you use to improve your experience?
I whipped up some today to make the PWA better (for me) on mobile. It moves the post and comment action buttons to the right side, where your hand is (sorry lefties), puts the title below the preview for image/video posts, and makes previews full-width on mobile. Pretty minor, but it makes a big impact to me.
.post_utilities_bar .pull-right,
.comment_actions .pull-right {
margin: 0;
}
.post_utilities_bar .voting_buttons_new,
.comment_actions .voting_buttons_new {
order: -1;
}
.post_utilities_bar,
.comment .comment_actions {
justify-content: right !important;
flex-direction: row-reverse;
}
@media only screen and (max-width:990px) {
.post_teaser_image_preview,
.post_teaser_video_preview {
position: relative;
right: 13px;
width: 100vw;
}
.post_teaser_image_preview a,
.post_teaser_video_preview div {
border: none;
border-radius: 0;
max-width: 100vw;
max-height: 100vh;
}
.post_teaser_video_preview p {
margin-bottom: 0;
}
.post_teaser_body:has(.post_teaser_image_preview, .post_teaser_video_preview) {
display: flex;
flex-direction: column;
}
.post_teaser_body .post_teaser_image_preview,
.post_teaser_body .post_teaser_video_preview {
order: -1;
}
}

Sidenote, I think the css feature might be doing some xml encoding or something because > doesn't seem to work in selectors. I didn't mess around enough to prove that definitively.
How do nornal people survive? I have the answers!
Power bank stopped charging? Throw it out and buy a newer better one for $15.
Face seal aging? Buy a new one for $25.
Garage door opener not pairing to your fob? Play around with it a little and if that doesn't work, contact support and make it their problem.
I'd argue it's faster, cheaper, and easier to solve all of those issues the "normie" way. Maybe with the exception of the garage door. The equipment to do this costs, in some cases, a lot of money and even enthusiasts are unlikely to have the spare parts necessary to do a lot of this stuff just laying around.
Like, in the battery example, the author replaces the actual battery part and just keeps the shell. It's really not that different from just buying a new one if you're replacing basically the only part of the gadget. And how many people have a working (I'm guessing) 10k mAh battery just lying around that isn't already in a powerbank?
Tinkering and fixing stuff like this is a really great hobby. It's fun, you get to learn new things, play with cool tools, and be less wasteful. However, let's not pretend like it's necessary for survival or even the optimal way to handle most situations.