MediaWiki:Gadget-cosmostweaks.css: Difference between revisions

test please work im begging tou
please bro
Line 1,255: Line 1,255:
#cosmos-pageBody-content {
#cosmos-pageBody-content {
transition: width 0.3s;
transition: width 0.3s;
width: calc(100%-220px);
/*CS added this line^^^*/
}
}
.cosmos-articleContainer:not(.ct-railshown) #cosmos-pageBody-content {
.cosmos-articleContainer:not(.ct-railshown) #cosmos-pageBody-content {
Line 1,350: Line 1,348:
}
}
}
}
/* ---------CS added this vvvvv------------- */
@media only screen and (min-width: 1084px) {
#cosmos-pageBody-content {
width: calc(100%-220px);
}
}
/* --------CS added this^^^----------- */
/* ------------------------------------------- toolbar dropups -------------------------------------- */
/* ------------------------------------------- toolbar dropups -------------------------------------- */
.cosmos-tools-list > ul > li:not(:last-of-type) {
.cosmos-tools-list > ul > li:not(:last-of-type) {