MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 113: | Line 113: | ||
nav.vector-menu-tabs li a { | nav.vector-menu-tabs li a { | ||
padding: 15px | padding: 15px 10px 0px 10px; | ||
height: 21px; | height: 21px; | ||
} | } | ||
nav.vector-menu-dropdown label { | nav.vector-menu-dropdown label { | ||
padding: 15px | padding: 15px 10px 0px 10px !important; | ||
} | } | ||
nav.vector-menu-dropdown .vector-menu-content { | nav.vector-menu-dropdown .vector-menu-content { | ||
transition: none; | transition: none; | ||
min-width: calc(100% - 14px); /* Subtract 14px from the minimum width so that it doesn't cross the grass border */ | min-width: calc(100% - 14px); /* Subtract 14px from the minimum width so that it doesn't cross the grass border */ | ||
} | } | ||