Universe Sandbox Wiki
No edit summary
No edit summary
 
Line 12: Line 12:
   
 
/* SIDEBAR */
 
/* SIDEBAR */
div#mw-panel div.portal li a[href="https://discord.gg/XBJqUD"] {
+
div#mw-panel div.portal li a[href="https://discord.gg/3DeqdTY"] {
 
background: url(https://discordapp.com/api/guilds/521869800599977984/embed.png) no-repeat;
 
background: url(https://discordapp.com/api/guilds/521869800599977984/embed.png) no-repeat;
 
color: transparent !important;
 
color: transparent !important;

Latest revision as of 21:23, 18 February 2020

/* CSS placed here will be applied to all skins */
/* This governs the sections on the Community portal for better handling on mobile devices */
.cpbox {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

cpbox > * {
    flex: 2 350px;
}

/* SIDEBAR */
div#mw-panel div.portal li a[href="https://discord.gg/3DeqdTY"] {
    background: url(https://discordapp.com/api/guilds/521869800599977984/embed.png) no-repeat;
    color: transparent !important;
    display: inline-block;
    height: 20px;
    width: 119px;
}