[mirotalksfu] - improve whiteboard UI

هذا الالتزام موجود في:
Miroslav Pejic
2022-01-24 18:34:51 +01:00
الأصل cd27b136e4
التزام 45ebd22bda
3 ملفات معدلة مع 6 إضافات و7 حذوفات

عرض الملف

@@ -291,11 +291,11 @@ access to use this app.
<section id="whiteboard" class="fadein center hidden">
<header id="whiteboardHeader" class="whiteboard-header">
<div id="whiteboardTitle" class="whiteboard-header-title"></div>
<div id="whiteboardTitle" class="whiteboard-header-title">
<button id="whiteboardCloseBtn" class="fas fa-times"></button>
</div>
<div class="whiteboard-header-options">
bg
<input id="wbBackgroundColorEl" class="whiteboardColorPicker" type="color" value="#000000" />
pencil
<input id="wbDrawingColorEl" class="whiteboardColorPicker" type="color" value="#FFFFFF" />
<button id="whiteboardPencilBtn" class="fas fa-pencil-alt"></button>
<button id="whiteboardObjectBtn" class="fas fa-mouse-pointer"></button>
@@ -310,7 +310,6 @@ access to use this app.
<button id="whiteboardSaveBtn" class="fas fa-save"></button>
<button id="whiteboardEraserBtn" class="fas fa-eraser"></button>
<button id="whiteboardCleanBtn" class="fas fa-trash"></button>
<button id="whiteboardCloseBtn" class="fas fa-times"></button>
</div>
</header>
<main>