Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Usable/styles.css: Difference between revisions

Template page
Content deleted Content added
// via Wikitext Extension for VSCode
 
// via Wikitext Extension for VSCode
Tag: Manual revert
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
.round-box {
.round-box .citizen-overflow-wrapper {
background-color: var(--color-surface-2);
.citizen-overflow-wrapper {
width: 100%;
background-color: var(--color-surface-2);
width: 100%;
max-width: none;
max-width: none;
margin-bottom: 0;
margin-bottom: 0;
margin-top: 7px;
}
margin-top: 0;
.round-box .citizen-overflow-wrapper .wikitable {
}
width: 100%;
}
}

Latest revision as of 07:23, 2 October 2025

.round-box .citizen-overflow-wrapper {
    background-color: var(--color-surface-2);
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-top: 7px;
}
.round-box .citizen-overflow-wrapper .wikitable {
    width: 100%;
}