User:Sylvia/citizen.css: Difference between revisions

From Phantasy Star Universe Clementine
m (Testing)
m (Very slight adjustment to alignment to fix weird gap.)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
html, body {
.citizen-drawer__card {
    overflow-x: hidden;
  left: 55px; /* Slight adjustment to drawer to line up citizen-header background */
}
 
.citizen-drawer__header {
    max-width: 100%;
    overflow: hidden;
}
 
.mw-logo-wordmark {
    color: red; /* Change the wordmark's text color to red */
    white-space: nowrap; /* Prevent wordmark wrapping if unintended */
    overflow: hidden; /* Prevent text from spilling outside the container */
    text-overflow: ellipsis; /* Optional: Add ellipsis if the text overflows */
}
}

Latest revision as of 09:42, 17 December 2024

.citizen-drawer__card {
   left: 55px; /* Slight adjustment to drawer to line up citizen-header background */
}