Vorthas

joined 2 years ago
[–] [email protected] 2 points 7 months ago (1 children)

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

https://github.com/TodePond/DreamBerd

 

Can be any format.

For Commander decks, I have at least 5 Dragon tribal decks already and am planning to try to build a dragon tribal deck out of every possible multi-color combination plus mono-red eventually. But Slivers and Eldrazi are up there too as two of my favorite tribes to build around.

0
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

Is there a way to have Lemmy instances render in wide-screen mode (sort of like old reddit or older themes of Wikipedia)? I really dislike the default look of everything being in the center with tons of blank space on both sides (I use 1440p monitors).

For what it's worth, I came up with the following Stylus css script to work on the lemmy.ml (also works on github.com for what it's worth if you so choose):

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

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

.col-md-4 {
    flex: 0 0 15% !important;
    max-width: 15% !important;
}

Can just adjust max-width under the .container* options to whatever you want (I chose to set it to my monitor's width). The col-md-8 and col-md-4 are for the main content and sidebar respectively, so I have main content at 85% of the width and sidebar at 15% of the width. Result looks similar to this: https://i.imgur.com/FMAZYbh.png

Published my style here for use on Stylus: https://userstyles.world/style/10168/1440p-lemmy