Implement Stream TabBar

This commit is contained in:
Chi Vinh Le
2017-07-10 17:03:06 +07:00
parent c01d1f95bc
commit 1e4e1cb413
39 changed files with 765 additions and 350 deletions
@@ -1,11 +1,9 @@
.root {
float: right;
text-align: right;
display: flex;
justify-content: flex-end;
position: relative;
display: inline-block;
min-width: 220px;
width: 100%;
z-index: 10;
position: relative;
cursor: pointer;
}