Skip to content

Commit ed89a1d

Browse files
rthrashtheboxer
authored andcommitted
style: initial tweaks for Image+ alt button (still need 3px or so top margin)
1 parent 76a1f04 commit ed89a1d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

assets/components/modai/css/mgr.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
padding-top: 3px;
1616
vertical-align: baseline;
1717
box-shadow: 0 0 0 1px #e4e4e4;
18+
height: 1.85em;
1819
&:disabled {
1920
opacity:0.5;
2021
cursor:initial;

assets/components/modai/js/mgr/autosummary.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ Ext.onReady(function() {
272272

273273
imagePlus.altTextField.el.dom.style.display = 'flex';
274274
imagePlus.altTextField.el.dom.style.justifyItems = 'center';
275+
imagePlus.altTextField.el.dom.style.alignItems = 'center';
275276

276277
imagePlus.el.dom.parentElement.parentElement.parentElement.querySelector('label').appendChild(imageWand);
277278
imagePlus.altTextField.el.dom.appendChild(altTextWand);

0 commit comments

Comments
 (0)