Skip to content

Instantly share code, notes, and snippets.

@guilhermelimak
Last active October 26, 2021 19:11
Show Gist options
  • Save guilhermelimak/602ca1cad94755fcb0cc2a5fc6ea0228 to your computer and use it in GitHub Desktop.
Save guilhermelimak/602ca1cad94755fcb0cc2a5fc6ea0228 to your computer and use it in GitHub Desktop.
Discord small window theme
/**
* @name Small window
* @author guilerme#5230
* @version 1.0.0
* @source https://gist.github.com/guilhermelimak/602ca1cad94755fcb0cc2a5fc6ea0228
* @website https://gist.github.com/guilhermelimak/602ca1cad94755fcb0cc2a5fc6ea0228
* @description Use discord voice chat in a small window
*/
@media only screen and (max-width: 1000px) {
.chat-3bRxxu,
.wrapper-3NnKdC.guilds-1SWlCJ {
display: none;
}
.sidebar-2K8pFh {
width: 100%;
}
.toolbar-1t6TWx,
.inner-MADQqc.sansAttachButton-td2irx .buttons-3JBrkn {
display: none;
}
.messageListItem-1-jvGY div {
padding: 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment