diff --git a/openvidu-testapp/src/app/components/video/video.component.css b/openvidu-testapp/src/app/components/video/video.component.css
index d5817619..669916b4 100644
--- a/openvidu-testapp/src/app/components/video/video.component.css
+++ b/openvidu-testapp/src/app/components/video/video.component.css
@@ -26,10 +26,10 @@ p {
}
.material-icons {
- font-size: 17px;
- width: 17px;
- height: 17px;
- line-height: 20px;
+ font-size: 14px;
+ width: 14px;
+ height: 14px;
+ line-height: 16px;
}
.video-btn {
@@ -37,7 +37,7 @@ p {
background: rgba(255, 255, 255, 0.75);
cursor: pointer;
padding: 0;
- height: 20px;
+ height: 16px;
float: left;
}
@@ -64,6 +64,10 @@ p {
float: right;
}
+.filter-btn {
+ float: right;
+}
+
.top-left-rounded {
border-top-left-radius: 2px;
}
@@ -94,6 +98,6 @@ p {
.bottom-div {
position: absolute;
bottom: 0;
- height: 20px;
+ height: 16px;
width: 100%;
}
\ No newline at end of file
diff --git a/openvidu-testapp/src/app/components/video/video.component.html b/openvidu-testapp/src/app/components/video/video.component.html
index 0a9830f8..aa59f1fd 100644
--- a/openvidu-testapp/src/app/components/video/video.component.html
+++ b/openvidu-testapp/src/app/components/video/video.component.html
@@ -5,6 +5,9 @@
+
@@ -24,8 +27,8 @@
-