Merge "Reduce height of the article toolbar"

This commit is contained in:
jenkins-bot 2023-03-16 20:15:20 +00:00 committed by Gerrit Code Review
commit cefa5eeab9
2 changed files with 4 additions and 4 deletions

View file

@ -125,7 +125,7 @@
// Tabs
@font-size-tabs: unit( 13 / @font-size-browser, em ); // Equals `0.8125em`.
@padding-horizontal-tabs: 8px;
@padding-top-tabs: 18px;
@padding-top-tabs: 12px;
@padding-vertical-tabs: @padding-top-tabs 0 7px 0;
// Dropdowns

View file

@ -13,9 +13,9 @@
.mw-list-item {
.mw-ui-icon {
// Align small icons with the bottom of the tabs.
// Height of tab is 38px, and small icon is 32px,
// With 2px border, 38 - 32 + 2
margin: 8px 0 0 0;
// Height of tab is 32px, and small icon is 32px,
// With 2px border, 32 - 32 + 2
margin: 2px 0 0 0;
}
}