Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 28: Line 28:
.infobox table {
.infobox table {
     width: 100%; /* Makes sure the table takes the full width of the infobox */
     width: 100%; /* Makes sure the table takes the full width of the infobox */
}
/* Discord Styling */
#discord-link-below-logo {
    margin-top: 5px;
    line-height: 0;
}
#discord-link-below-logo img {
    vertical-align: middle;
}
.vector-header-start {
    display: flex;
    flex-direction: column; /* Forces children (logo, then Discord link) to stack vertically */
    align-items: flex-start; /* Aligns items to the left */
}
}