Add clients manager class

This commit is contained in:
kPherox
2019-04-24 03:58:06 +09:00
parent 49acb2c7b7
commit ab37afb4e6
3 changed files with 44 additions and 9 deletions

View File

@@ -73,12 +73,12 @@ input {
border-color: #26d69a;
}
}
#timelines{
display:flex;
width:100%;
#timelines {
display: flex;
width: 100%;
}
.tl{
height:100%;
.tl {
height: 100%;
flex-grow: 4;
}
</style>