[mirotalk] - fix typo
This commit is contained in:
@@ -1082,14 +1082,14 @@ button {
|
||||
|
||||
/*
|
||||
z-index
|
||||
7 statusMenu -----
|
||||
7 video avatar img
|
||||
8 statusMenu -----
|
||||
- peer name
|
||||
- hand status
|
||||
- video status
|
||||
- audio status
|
||||
- kick out
|
||||
------------------
|
||||
8 video avatar img
|
||||
9 speech bar
|
||||
10 left buttons
|
||||
11 whiteboard
|
||||
|
||||
@@ -46,14 +46,12 @@
|
||||
}
|
||||
|
||||
.statusMenu {
|
||||
z-index: 7;
|
||||
z-index: 8;
|
||||
display: none;
|
||||
position: absolute;
|
||||
padding: 10px;
|
||||
border-radius: 10px 10px 0px 0px;
|
||||
background: var(--status-menu-bg);
|
||||
font-size: small;
|
||||
/* 4 mobile */
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
@@ -87,7 +85,7 @@
|
||||
}
|
||||
|
||||
.videoAvatarImage {
|
||||
z-index: 8;
|
||||
z-index: 7;
|
||||
display: none;
|
||||
position: absolute;
|
||||
/*center*/
|
||||
|
||||
Reference in New Issue
Block a user