[mirotalksfu] - improve UI

هذا الالتزام موجود في:
Miroslav Pejic
2024-08-15 11:12:18 +02:00
الأصل 7dbc5b70fd
التزام 9004830b71
8 ملفات معدلة مع 10 إضافات و6 حذوفات

عرض الملف

@@ -10,12 +10,13 @@
box-shadow: var(--box-shadow);
overflow-x: hidden;
overflow-y: auto;
transition: width 0.5s ease-in-out;
}
.editor-header {
display: inline-flex;
text-align: left;
margin-bottom: 30px;
margin-bottom: 35px;
width: 100%;
cursor: move;
}

عرض الملف

@@ -21,6 +21,7 @@
border-radius: 10px;
box-shadow: var(--box-shadow);
transition: background 1s;
transition: width 0.5s ease-in-out;
/* border: 1px solid lime; */
}

عرض الملف

@@ -11,6 +11,7 @@
border: var(--border);
box-shadow: var(--box-shadow);
overflow: hidden;
transition: max-width 0.5s ease-in-out;
}
.poll-header {

عرض الملف

@@ -783,6 +783,7 @@ th {
box-shadow: var(--box-shadow);
resize: both;
overflow: hidden;
transition: width 0.5s ease-in-out;
}
.transcription {