[mirotalk] - improve UI

This commit is contained in:
Miroslav Pejic
2022-11-14 17:49:43 +01:00
parent a8656ebe0a
commit fdd955e0e7
3 changed files with 11 additions and 7 deletions
+3 -3
View File
@@ -333,6 +333,7 @@ body {
.msg {
display: flex;
align-items: flex-end;
font-size: 0.8rem;
margin-bottom: 10px;
}
@@ -815,10 +816,9 @@ em-emoji-picker {
background-color: transparent !important;
}
/* .swal2-popup {
font-size: 0.8 !important;
.swal2-popup {
border: var(--border) !important;
} */
}
.swal2-select {
background-color: black !important;
+2 -1
View File
@@ -44,6 +44,7 @@
.whiteboard-header-options button {
padding: 10px;
font-size: 1.2rem;
margin: 1px;
background: rgb(0, 0, 0);
color: #fff;
border: var(--border);
@@ -66,7 +67,7 @@
padding: 2px;
width: 20px;
height: 20px;
margin-left: 5px;
margin: 1px;
border-radius: 50px;
border: solid 0.5px #afadad38;
cursor: pointer;
+6 -3
View File
@@ -4180,9 +4180,12 @@ function downloadRecordedStream() {
userLog(
'success-html',
`<div style="text-align: left;">
🔴 &nbsp; Recording Info <br/>
FILE: ${recFileName} <br/>
SIZE: ${blobFileSize} <br/>
🔴 &nbsp; Recording Info: <br/>
<ul>
<li>File: ${recFileName}</li>
<li>Size: ${blobFileSize}</li>
</ul>
<br/>
Please wait to be processed, then will be downloaded to your ${currentDevice} device.
</div>`,
);