Change logo in Code and Slide empty previews

This commit is contained in:
David Benqué 2020-10-27 17:07:47 +00:00
parent dd72d42a14
commit c1a5f236b6
3 changed files with 3 additions and 2 deletions

View file

@ -151,7 +151,7 @@ define([
var $codeMirror = $('.CodeMirror');
$('<img>', {
src: '/customize/main-favicon.png',
src: '/customize/CryptPad_logo.svg',
alt: '',
class: 'cp-app-code-preview-empty'
}).appendTo($previewContainer);

View file

@ -239,6 +239,7 @@
img {
max-width: 100%;
max-height: 100%;
opacity: 0.2;
}
}

View file

@ -78,7 +78,7 @@ define([
if (c === '') {
var $empty = $('<img>', {
src: '/customize/main-favicon.png',
src: '/customize/CryptPad_logo.svg',
alt: '',
class: 'cp-app-code-preview-empty'
});