1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-12-16 23:58:54 +09:00
MisskeyIO/src/client/app/mobile/style.styl
2018-04-27 21:06:28 +09:00

20 lines
216 B
Stylus

@import "../app"
@import "../reset"
#wait
top auto
bottom 15px
left 15px
html
height 100%
background #ececed
&[data-darkmode]
background #191B22
body
display flex
flex-direction column
min-height 100%