MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 693: | Line 693: | ||
} | } | ||
/* */ | /* */ | ||
# | #left-navigation{ | ||
display: | display: flex; | ||
margin-left: -8px; | |||
flex-grow: 1; | |||
align-items: center; | |||
} | |||
#left-navigation > nav[aria-label="Namespaces"]{ | |||
display: flex; | |||
align-items: center; | align-items: center; | ||
gap: 8px; | gap: 8px; | ||
} | } | ||
# | #p-associated-pages .vector-menu-content-list{ | ||
display: flex; | |||
align-items: center; | |||
} | } | ||
# | #p-associated-pages .mw-list-item{ | ||
display: flex; | |||
align-items: center; | |||
} | } | ||
.vector-menu-tabs .mw-list-item > a, | |||
.vector-page-toolbar-container .vector-dropdown > a, | |||
.vector-menu-tabs .mw-list-item .vector-dropdown-label, | |||
.vector-page-toolbar-container .vector-dropdown .vector-dropdown-label{ | |||
align-items: center; | |||
} | |||
#vector-variants-dropdown{ | |||
align-self: center; | |||
} | |||
#ca-jake-feedback{ | |||
display: flex; | |||
align-items: center; | |||
} | } | ||