Adjust icon paddings following new BaseIcon allocation

This commit is contained in:
Charles Gagnon
2018-10-18 19:19:07 -04:00
parent 41d5610ef2
commit e032e823b7
2 changed files with 1 additions and 2 deletions

View File

@@ -533,7 +533,7 @@ var taskbarAppIcon = new Lang.Class({
}
this.actor.set_style('padding: 0 ' + margin + 'px;');
this._iconContainer.set_style('padding: ' + padding + 'px;');
this._dtpIconContainer.set_style('padding: ' + padding + 'px;');
},
popupMenu: function() {

View File

@@ -24,7 +24,6 @@
#dashtopanelScrollview .app-well-app .overview-icon {
border-radius: 0;
border: none;
padding: 2px;
}
#dashtopanelScrollview .app-well-app #dtp-icon-container {