[mirotalksfu] - improve whiteboard UI, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-03 23:15:01 +02:00
الأصل 46c0f46f0d
التزام 06e62d4f4b
6 ملفات معدلة مع 34 إضافات و33 حذوفات

عرض الملف

@@ -1178,14 +1178,25 @@ progress {
}
.whiteboard-header-options .dropdown-menu {
display: none;
width: 100vw;
padding: 10px;
background: var(--body-bg);
border: none;
max-height: calc(var(--wb-height) * 1px); /* Set a maximum height */
overflow-y: auto; /* Enable vertical scrolling */
}
.whiteboard-header-options .dropdown-menu button {
display: inline-flex;
background: none;
border: none;
color: #ffffff;
width: 100%;
text-align: left;
padding: 10px;
font-size: 0.8em;
cursor: pointer;
}
.whiteboard-header-options .dropdown-menu button:hover {
background: var(--select-bg);
}
.whiteboardColorPicker {