1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00

move styles for font logo management interface to external stylesheet

This commit is contained in:
Kiripolszky Károly 2018-02-21 19:50:58 +01:00
parent 3f6800dcdc
commit d15fbda038
3 changed files with 13 additions and 3 deletions

View file

@ -1834,7 +1834,7 @@ TABS.osd.initialize = function (callback) {
// font preview window
var $preview = $('.font-preview'),
$logoPreview = $('.logo-preview');
$logoPreview = $('#font-logo-preview');
// init structs once, also clears current font
FONT.initData();