mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Hardcode page issues vertically alignment
Bug: T234254 Change-Id: If14e52558631a20ea444564fa4758e20cf8ccf42
This commit is contained in:
parent
b40b29988c
commit
a66f3a3cec
|
@ -105,7 +105,7 @@ table.ambox {
|
|||
.mw-ui-icon {
|
||||
position: absolute;
|
||||
left: @amboxPadding;
|
||||
top: @amboxPadding * 2;
|
||||
top: 11px;
|
||||
}
|
||||
|
||||
.ambox-learn-more {
|
||||
|
|
|
@ -175,6 +175,8 @@
|
|||
grouped: parseGroup( box ),
|
||||
icon: new Icon( {
|
||||
glyphPrefix: 'minerva',
|
||||
// Only applies to the page issues overlay
|
||||
additionalClassNames: 'mw-ui-icon-flush-top',
|
||||
name: iconName( box, severity )
|
||||
} )
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue