User:Sylvia/citizen.css: Difference between revisions

From Phantasy Star Universe Clementine
mNo edit summary
mNo edit summary
Line 8: Line 8:
}
}


.mw-logo-wordmark {
 
.citizen-drawer__siteinfo .mw-logo-wordmark {
     color: red;
     color: red;
     white-space: nowrap;
     white-space: nowrap;

Revision as of 20:13, 15 December 2024

html, body {
    overflow-x: hidden;
}

.citizen-drawer__header {
    max-width: 100%;
    overflow: hidden;
}


.citizen-drawer__siteinfo .mw-logo-wordmark {
    color: red;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}