add sidebar and infinite scroll

This commit is contained in:
xmcp
2018-08-20 17:53:45 +08:00
parent ebc21a268f
commit c807fa04ce
8 changed files with 195 additions and 67 deletions

View File

@@ -5,6 +5,10 @@ body {
background-color: #eee;
}
body::-webkit-scrollbar {
display: none;
}
* {
box-sizing: border-box;
}