diff --git a/css/glowingbear.css b/css/glowingbear.css index 2541ee4..c00e615 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -693,21 +693,6 @@ li.buffer.indent.private a { user-select: none; } -.emojione { - font-size: inherit; - height: 1em; - width: 1.1em; - min-height: 16px; - min-width: 16px; - display: inline-block; - margin: -.2ex .15em .2ex; - line-height: normal; - vertical-align: middle; -} -img.emojione { - width: auto; -} - #toast { position: fixed; left: 50%; diff --git a/electron.makefile b/electron.makefile index 966c2ca..adf67a0 100644 --- a/electron.makefile +++ b/electron.makefile @@ -9,7 +9,6 @@ bower: copylocal: find bower_components \( -name "*min.js" -o -name "*min.css" \) -exec cp {} 3rdparty \; cp -r bower_components/bootstrap/fonts . - cp bower_components/emojione/assets/sprites/emojione.sprites.svg 3rdparty # modify index.html to use local files uselocal: copylocal diff --git a/index.html b/index.html index 583528e..8bace4f 100644 --- a/index.html +++ b/index.html @@ -415,7 +415,7 @@ npm run build-electron-{windows, darwin, linux}