Avatar

Vorthas

Vorthas@lemmy.ml
Joined
2 posts • 5 comments
Direct message

Dreamberd starts array indexing at -1 instead of 0 or 1.

https://github.com/TodePond/DreamBerd

permalink
report
parent
reply

It basically means customizing your desktop to look pretty in some way.

permalink
report
parent
reply

Nope, the bottom right quadrant is the acceptable one. Z is up and follows the right-hand rule. I will die on this hill.

permalink
report
parent
reply

I managed to get something working (not really used to CSS editing) with a custom Stylus css: https://i.imgur.com/FMAZYbh.png

Basically I put these into a Stylus style, still trying to figure out how to make it only affect Lemmy.ml domains but got a happy accident where it affects Github too so might keep it like this lol

Just adjust max-width under the .containers to whatever size you desire (this really should be a user settable option) and I got the col-md-8 and col-md-4 options set to 80% (for main content) and 20% (for the sidebar content).

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 2560px !important;
}

.col-md-8 {
    flex: 0 0 80% !important;
    max-width: 80% !important;
}

.col-md-4 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}
permalink
report
parent
reply

Man I hope so. I detest the modern web “design” of squishing everything to the center. The whole reason I use wide-screen monitors is to make use of that horizontal space. and I like to full screen my browser and most programs too. I’ll take a look at writing a Greasemonkey script in the meantime.

permalink
report
parent
reply