mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Merge "Reduce height of the article toolbar"
This commit is contained in:
commit
cefa5eeab9
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue