Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 21: Line 21:


/* Fix SocialProfile tab spacing in Vector 2022 */
/* Fix SocialProfile tab spacing in Vector 2022 */
#user-profile-tabs ul li {
    display: inline-block;
    margin-right: 10px;
}


/* Responsive avatar sizing*/
/* Responsive avatar sizing*/
Line 32: Line 27:
     height: auto;
     height: auto;
     border-radius: 12px;
     border-radius: 12px;
}
/* Fix some ugly box spacing */
.profile-info-table td {
    padding: 6px;
}
.user-page .user-page-title {
    font-size: 1.5em;
    margin-bottom: 1em;
}
.wikitable.user-profile-info {
    max-width: 100%;
}
}