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: }")
 
Tag: Replaced
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the DarkVector skin */
/* 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 */
}

Latest revision as of 05:21, 19 May 2024

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