#Full Start

8 messages ยท Page 1 of 1 (latest)

sudden jetty
#

Widens the start screen.
Simple Alternative for those that want it ๐Ÿคทโ€โ™‚๏ธ ๐Ÿ™ƒ

queen knoll
#

wow never seen this before

#

i need to stop nonchalantly making fun of whoever deleted the channel

dense vessel
#

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

queen knoll
#

conveniently this was made a while back

burnt ermine
#

lmfao

devout wasp
#

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;
}