diff --git a/src/views/components/footerPhone.vue b/src/views/components/footerPhone.vue index 4400721d..52ebbb6f 100644 --- a/src/views/components/footerPhone.vue +++ b/src/views/components/footerPhone.vue @@ -1,10 +1,30 @@ - + - + - - - \ No newline at end of file + +.mic, +.video, +.sharing + { + cursor: pointer; + width: 10%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; +} + +.micImg, +.videoImg, +.sharImg { + width: 40px; + height: 40px; +} + \ No newline at end of file diff --git a/src/views/room.vue b/src/views/room.vue index 427a01e5..a2567da9 100644 --- a/src/views/room.vue +++ b/src/views/room.vue @@ -1,5 +1,9 @@