User:Sylvia/citizen.css: Difference between revisions

From Phantasy Star Universe Clementine
mNo edit summary
m (More testing)
Line 1: Line 1:
    .citizen-drawer__card {
html, body {
        bottom: 0;
    overflow-x: hidden;
        /* Put drawer behind other header cards */
}
        z-index: -1;
 
        margin: 0;
.citizen-drawer__header {
        /* Compensate header border */
    max-width: 100%;
        margin-left: 1px;
    overflow: hidden;
        padding: 0;
}
        min-width: auto;
 
        width: var( --fixed-menu-width );
.mw-logo-wordmark {
        max-height: none;
    white-space: nowrap;
        border-right: 1px solid var( --border-color-base );
    overflow: hidden;
        border-radius: 0;
    text-overflow: ellipsis;
        background-color: var( --color-surface-0 );
}
        box-shadow: none;
        /* Force drawer to show */
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
        visibility: visible !important;
        /*testing to confirm I have right id*/
        left:10px;
    }

Revision as of 20:02, 15 December 2024

html, body {
    overflow-x: hidden;
}

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

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