devel 코드 merge

This commit is contained in:
2019-04-07 22:58:44 +09:00
18 changed files with 944 additions and 142 deletions
+7
View File
@@ -46,4 +46,11 @@
.submitComment{
width:100%;
}
.commentText{
color:white;
background-color:transparent;
border:none;
padding:1px 5px;
}
+11
View File
@@ -74,4 +74,15 @@ color:white;
color:white;
background-color:black;
font-size:13px;
}
#sidebar{
position:fixed;
right:0;
top: 50%;
transform: translateY(-50%);
}
#sidebar button{
/*width:100px;*/
}