Smaller palette in whiteboard

This commit is contained in:
yflory
2020-03-25 16:33:45 +01:00
parent 9aaddea148
commit dcfd9c5a73
2 changed files with 13 additions and 8 deletions

View File

@@ -511,13 +511,13 @@ define([
}),
h('span#cp-app-whiteboard-opacity-val', '100%')
]),
h('span.cp-app-whiteboard-selected.cp-app-whiteboard-unselectable', [
h('div.cp-app-whiteboard-selected.cp-app-whiteboard-unselectable', [
h('img', {
title: Messages.canvas_currentBrush
})
])
]),
UI.setHTML(h('div#cp-app-whiteboard-colors'), ' '),
]),
UI.setHTML(h('div#cp-app-whiteboard-colors'), ' '),
h('div#cp-app-whiteboard-cursors', {
style: {
display: 'none',