diff --git a/css/style.css b/css/style.css index bcee031..9b1cbb4 100644 --- a/css/style.css +++ b/css/style.css @@ -1267,6 +1267,8 @@ input.userMenu-search-field:focus::-ms-input-placeholder { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; + line-height: 0; + margin-bottom: 3px; } .post-stats { diff --git a/home.html b/home.html index 6658f66..90ec3b5 100644 --- a/home.html +++ b/home.html @@ -33,6 +33,7 @@ diff --git a/js/options.js b/js/options.js index a24b5f3..3eba41b 100644 --- a/js/options.js +++ b/js/options.js @@ -107,9 +107,10 @@ function setShowPreviewOpt(){ $('#displayPreview').on('change', function(){ localStorage['showPreviewOpt'] = $(this).val(); }) + console.log('lala'); } -function InitOptions () { +function InitOptions() { soundNotifOptions(); volumeControl(); keysSend();