#Full Start
8 messages ยท Page 1 of 1 (latest)
wow never seen this before
i need to stop nonchalantly making fun of whoever deleted the channel
Nice, that's pretty similar to a mockup I made a while back for being able to adjust the width of the start screen by dragging it
conveniently this was made a while back
lmfao
I made a variation of the custom css of Full Start, to make the splash art cover the whole width:
#start_screen{
padding: 0px;
}
#start_screen > content {
min-width: 100%;
height: 100%;
display: flex;
flex-flow: column;
}
#start_files {
box-shadow: 0px 0px 50px 2px rgba(0,0,0,1);
flex: 1;
}