[mirotalksfu] - improve file transfer UI

هذا الالتزام موجود في:
Miroslav Pejic
2022-01-18 22:12:03 +01:00
الأصل 278688dc2c
التزام 5d676ad351
5 ملفات معدلة مع 28 إضافات و2 حذوفات

عرض الملف

@@ -524,6 +524,13 @@ emoji-picker {
transform: translate(-50%, -50%);
}
.center-img {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.fadein {
-webkit-animation: fadeIn ease-in 1;
-moz-animation: fadeIn ease-in 1;
@@ -626,14 +633,16 @@ button:hover {
overflow: hidden;
}
#sendAbortBtn {
#sendAbortBtn,
#receiveHideBtn {
padding: 5px;
border-radius: 5px;
color: white;
background: transparent;
}
#sendAbortBtn:hover {
#sendAbortBtn:hover,
#receiveHideBtn:hover {
color: rgb(255, 0, 0);
transform: var(--btns-hover-scale);
transition: all 0.3s ease-in-out;
@@ -644,6 +653,11 @@ progress {
min-width: 100%;
}
#imgShareSend:hover,
#imgShareReceive:hover {
cursor: move;
}
/*--------------------------------------------------------------
# Whiteboard
--------------------------------------------------------------*/