mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 04:04:35 +08:00
[Common] Change plugins list layout.
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user