DiscordSidebar

From Support Wiki
Jump to navigation Jump to search

DiscordSidebar is a CSS option that will display the Discord widget in the Sidebar.

Summary

Related:

Dependencies

  • MediaWiki:Common.css

Latest Branch

/* Discord */
#mw-panel #n-Discord a {
	background: url(https://discordapp.com/api/guilds/SERVER_ID/embed.png) no-repeat;
	color: transparent !important;
	display: inline-block;
	height: 20px;
	width: 119px;
	margin-top: 5px;
}