[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2024-08-15 14:07:36 +02:00
الأصل 9004830b71
التزام 3c1fe5c4d4
2 ملفات معدلة مع 1 إضافات و4 حذوفات

عرض الملف

@@ -10,7 +10,7 @@
box-shadow: var(--box-shadow);
overflow-x: hidden;
overflow-y: auto;
transition: width 0.5s ease-in-out;
transition: max-width 0.5s ease-in-out;
}
.editor-header {

عرض الملف

@@ -1,8 +1,5 @@
.container {
padding: 2px !important;
transition:
width 0.5s,
background 2s ease !important;
/* overflow-y: auto;
overflow-x: hidden; */
}