Take control over your live stream video by running it yourself. Streaming + chat out of the box.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.item { |
|
display: flex; |
|
align-items: center; |
|
} |
|
|
|
.buttonWrap { |
|
display: flex; |
|
align-items: center; |
|
height: 100%; |
|
padding-bottom: 16px; // to match antd nav margin-bottom |
|
button { |
|
height: 100%; |
|
} |
|
} |
|
|
|
.icon { |
|
height: 15px; |
|
margin-right: 5px; |
|
} |
|
|
|
.menu { |
|
color: currentColor; |
|
}
|
|
|