Jump to content

MediaWiki:Vector-dark.css: Difference between revisions

No edit summary
No edit summary
Line 511: Line 511:
    height: auto !important;
    height: auto !important;
    display: flex !important;
    display: flex !important;
    justify-content: center; /* Center horizontally */
    justify-content: center !important; /* Center horizontally */
    align-items: center; /* Center vertically */
    align-items: center !important; /* Center vertically */
    position: center middle !important;
    top: 50% !important;
    left: 50% !important;
    overflow: hidden !important;
    overflow: hidden !important;
    box-sizing: border-box;
    box-sizing: border-box;
Line 523: Line 524:
    flex: 0 0 auto;
    flex: 0 0 auto;
    display: flex;
    display: flex;
    justify-content: center;
    justify-content: center!important;
    align-items: center;
    align-items: center !important;
    width: 100% !important;
    width: 100% !important;
    height: auto !important;
    height: auto !important;