MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 104: | Line 104: | ||
position: absolute; | position: absolute; | ||
left: 0; | left: 0; | ||
width: 0px; | width: 0px; | ||
height: 100%; | height: 100%; | ||
| Line 125: | Line 124: | ||
nav.vector-menu-dropdown .vector-menu-content { | nav.vector-menu-dropdown .vector-menu-content { | ||
transition: none; | transition: none; | ||
margin-left: | margin-left: 0px; | ||
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 */ | ||
} | } | ||
| Line 151: | Line 150: | ||
nav.vector-menu h3 a { | nav.vector-menu h3 a { | ||
height: 36px; | height: 36px; | ||
margin-right: | margin-right: 0px; | ||
} | } | ||