Jump to content

User:SPL Wolf/vector-2022.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
SPL Wolf (talk | contribs)
No edit summary
SPL Wolf (talk | contribs)
No edit summary
Line 4: Line 4:
left: unset;
left: unset;
right:12px;
right:12px;
}

.vector-dropdown .vector-dropdown-content {
left: unset;
right:-1px;
}
}

Revision as of 13:18, 18 July 2024

body{ background-color: var(--background-color-neutral-subtle, #f6f6f6); }
#siteNotice { margin:0; }
.client-js .vector-below-page-title .vector-page-titlebar-toc {
    left: unset;
    right:12px;
}

.vector-dropdown .vector-dropdown-content {
    left: unset;
    right:-1px;
}