This commit is contained in:
OVSharova 2022-04-21 16:18:56 +03:00
parent 1b76671d18
commit 5d09a47150
2 changed files with 4 additions and 2 deletions

View file

@ -69,7 +69,10 @@ define([
$(el).html(this.template({scope: this}));
var isWrap = Common.localStorage.getBool("de-outline-wrap",true);
var fontSizeClass = Common.localStorage.getItem("de-outline-fontsize");
if(!fontSizeClass) fontSizeClass='medium';
this.$el = $(el);
/*Common.localStorage.removeItem("de-outline-wrap");
Common.localStorage.removeItem("de-outline-fontsize");*/
this.btnClose = new Common.UI.Button({

View file

@ -9,8 +9,7 @@
left: 0;
top: 0;
width: 100%;
padding: 10px 12px;
marging-top: 2px;
padding: 12px;
overflow: hidden;
border-bottom: @scaled-one-px-value-ie solid @border-toolbar-ie;
border-bottom: @scaled-one-px-value solid @border-toolbar;