MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 2,049:
border-left: 1px solid var(--wt-rule) !important; /* so restore the left FRAME edge in --wt-rule, */
} /* matching the top/right/bottom edges (not the lighter inter-cell --wt-border). */
 
/* A Datacheck page is a single wide review TABLE, not prose, so give it the full content width. Vector 2022
already lays the content in a grid track that fills all the room left of... beside the pinned TOC (the TOC
takes a fixed ~196px left column; the content track is 1fr), so on a wide screen that track is already
large. The ONLY thing squeezing the table is the site's #content max-width cap (1200px desktop, §2) — lift
it for this namespace and the table fills its track, TOC untouched. (Note: on a narrow ~1120px window the
content track itself is small, which masks this — but on a wide monitor the 1200px cap is the real limit.)
Desktop only; prose stays measure-capped (§10) so only the table widens. */
@media screen and (min-width: 1000px) {
.ns-3006 #content { max-width: none !important; }
}
 
.rt-btn {