간이 툴바 생성

This commit is contained in:
2019-02-03 01:54:58 +09:00
parent 5ab26a9f8c
commit 9b484dc819
3 changed files with 24 additions and 4 deletions
+11
View File
@@ -67,4 +67,15 @@ color:white;
.nation_info td{
height:18px;
}
#sidebar{
position:fixed;
right:0;
top: 50%;
transform: translateY(-50%);
}
#sidebar button{
/*width:100px;*/
}