MediaWiki:Gadget-cosmostweaks.css: Difference between revisions

No edit summary
Tag: Reverted
m Reverted edits by Pynappo (talk) to last revision by CStatic
Tag: Rollback
 
Line 1,753: Line 1,753:
}
}
.cosmos-articleContainer:not(.ct-railshown) #cosmos-pageBody-content {
.cosmos-articleContainer:not(.ct-railshown) #cosmos-pageBody-content {
/* width:100%; breaks main page */
width:100%;
}
}
.ct-railtoggle {
.ct-railtoggle {
Line 1,847: Line 1,847:
@media only screen and (min-width: 1084px) {
@media only screen and (min-width: 1084px) {
#cosmos-pageBody-content {
#cosmos-pageBody-content {
/* width: calc(100% - 220px); */
width: calc(100% - 220px);
}
}
}
}