MediaWiki

Difference between revisions of "Group-user.css"

From ACES

Line 4: Line 4:
}
}
.user-only {
.user-only {
display: unser!important;
display: unset!important;
}
}
@media only screen and (min-width: 600px) {
@media only screen and (min-width: 600px) {

Revision as of 15:19, 24 September 2021

/* CSS placed here will affect registered users only */
#top-bar-right li:nth-last-child(2) {
    display: unset;
}
.user-only {
	display: unset!important;
}
@media only screen and (min-width: 600px) {
	.mw-editsection {
    	display: inline-block;
	}
}