MediaWiki:Darkvector.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will affect users of the DarkVector skin: →‎Align the "Page" and "Discussion" tabs with the other tabs: .vector-menu-tabs .vector-menu-content > ul { display: flex; align-items: center; } .vector-menu-tabs .vector-menu-content > ul > li { margin-right: 5px; →‎Adjust this value as needed: } .vector-menu-tabs .vector-menu-content > ul > li.selected { margin-right: 5px; →‎Adjust this value as needed: }")
(No difference)

Revision as of 05:18, 19 May 2024

/* CSS placed here will affect users of the DarkVector skin */

/* Align the "Page" and "Discussion" tabs with the other tabs */
.vector-menu-tabs .vector-menu-content > ul {
    display: flex;
    align-items: center;
}

.vector-menu-tabs .vector-menu-content > ul > li {
    margin-right: 5px; /* Adjust this value as needed */
}

.vector-menu-tabs .vector-menu-content > ul > li.selected {
    margin-right: 5px; /* Adjust this value as needed */
}