.tabbar {
height: 30px;
margin-left: 0px;
width: 100%;
display: flex;
.tabbar_left {
overflow: hidden;
flex: 1 1 0%;
height: 100%;
}
.tabbar_right {
align-items: center;
justify-content: center;