[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2022-01-24 14:39:20 +01:00
parent 36bd04b55e
commit 1ec8caca2c
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -446,10 +446,10 @@ body {
.msger-header-options button {
border: none;
font-size: 1.2rem;
transition: all 0.3s ease-in-out;
background: rgb(0, 0, 0);
color: #fff;
border-radius: 5px;
transition: all 0.3s ease-in-out;
transition: background 0.23s;
}
+1 -2
View File
@@ -43,10 +43,10 @@
.whiteboard-header-options button {
border: none;
font-size: 1.2rem;
transition: all 0.3s ease-in-out;
background: rgb(0, 0, 0);
color: #fff;
border-radius: 5px;
transition: all 0.3s ease-in-out;
transition: background 0.23s;
}
@@ -65,7 +65,6 @@
border: none;
width: 20px;
height: 20px;
margin-top: 10px;
margin-left: 10px;
margin-right: 15px;
border-radius: 50px;