[Common] Change plugins list layout.
This commit is contained in:
parent
3b82dab5f9
commit
aceb1fede4
|
@ -204,7 +204,7 @@ define([
|
|||
menuContainer.css({left: showPoint[0], top: showPoint[1]});
|
||||
|
||||
menu.menuAlignEl = currentTarget;
|
||||
menu.setOffset(-11, -currentTarget.height()/2 + 2);
|
||||
menu.setOffset(-20, -currentTarget.height()/2 - 3);
|
||||
menu.show();
|
||||
_.delay(function() {
|
||||
menu.cmpEl.focus();
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
}
|
||||
|
||||
.plugin-icon {
|
||||
width: 31px;
|
||||
height: 31px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
display: inline-block;
|
||||
.box-shadow(0 0 0 1px transparent);
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Reference in a new issue