[mirotalksfu] - fix whiteboard buttons 4 mobile, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-10 22:00:03 +02:00
الأصل 660131b929
التزام 54dd82e927
5 ملفات معدلة مع 22 إضافات و24 حذوفات

عرض الملف

@@ -1189,36 +1189,34 @@ progress {
display: flex;
background: rgba(0, 0, 0, 0.2);
border-radius: 10px;
padding: 10px;
padding: 5px;
color: #fff;
cursor: move;
}
.whiteboard-header-title {
display: inline-flex;
align-items: center;
float: right;
.whiteboard-header button {
padding: 8px;
border-radius: 5px;
border: none !important;
}
.whiteboard-header-title div {
margin-left: 8px;
.whiteboard-header-title {
display: inline;
align-items: center;
float: left;
}
.whiteboard-header-title button {
font-size: 1.5em;
margin-right: 5px;
}
.whiteboard-header button {
/* padding: 10px; */
border-radius: 5px;
/* border: var(--border); */
border: none !important;
font-size: 1.2rem;
}
.whiteboard-header-options {
position: absolute;
right: 20px;
right: 10px;
}
.whiteboard-header-options button {
height: 36px;
}
.whiteboard-header-options .dropdown {