mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 08:00:32 +00:00
Merge "Adding min-width/min-height to icon sizes"
This commit is contained in:
commit
365da706ac
|
@ -60,6 +60,10 @@
|
|||
box-sizing: content-box !important;
|
||||
width: @icon-size-md;
|
||||
height: @icon-size-md;
|
||||
|
||||
// Guarding against flex-box variability.
|
||||
min-width: @icon-size-md;
|
||||
min-height: @icon-size-md;
|
||||
flex-basis: @icon-size-md;
|
||||
|
||||
// alignment
|
||||
|
@ -132,6 +136,8 @@
|
|||
.mw-ui-icon-small {
|
||||
width: @icon-size-sm;
|
||||
height: @icon-size-sm;
|
||||
min-width: @icon-size-sm;
|
||||
min-height: @icon-size-sm;
|
||||
flex-basis: @icon-size-sm;
|
||||
line-height: @icon-size-sm;
|
||||
|
||||
|
|
Loading…
Reference in a new issue