From ea4ff2970017059a83d01b8278b39ff348fa0041 Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Mon, 1 Jan 2018 14:27:30 -0600 Subject: [PATCH] Prevent selection from resizing the appbar --- packages/gallery/src/interface/allImages.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages/gallery/src/interface/allImages.js b/packages/gallery/src/interface/allImages.js index 60cfd67..2bbf65c 100644 --- a/packages/gallery/src/interface/allImages.js +++ b/packages/gallery/src/interface/allImages.js @@ -69,7 +69,22 @@ export function AllImagesView(vm, params, key, context) { } return [ - uploadButton([el('label', { for: 'uploadButton', style: CLICKABLE }, 'Upload')]), + uploadButton([ + el( + 'label', + { + for: 'uploadButton', + style: CLICKABLE + }, + [ + Icon({ + name: 'upload', + size: 0.75, + title: 'Upload' + }) + ] + ) + ]), el('input', { id: 'uploadButton', name: 'uploadButton',