Skip to content

Instantly share code, notes, and snippets.

@Cholik
Last active January 5, 2019 13:02
Show Gist options
  • Save Cholik/51184eeaff1a33d0089fe42f4bc626b3 to your computer and use it in GitHub Desktop.
Save Cholik/51184eeaff1a33d0089fe42f4bc626b3 to your computer and use it in GitHub Desktop.
BetterDiscord Hide Ignored Message Container
//META{"name":"Hide Ignore","description":"Hides ignored message containers.","author":"Cholik","version":"0.2","source":"https://gist.githubusercontent.com/Cholik/51184eeaff1a33d0089fe42f4bc626b3/raw/hideignore.theme.css"}*//
.da-messageGroupBlocked {
border-color: hsla(0,0%,100%,.04) !important;
border-top: 0 !important;
overflow: hidden !important;
margin: 0 20px 0 20px !important;
border-bottom-color: hsla(0,0%,100%,.04) !important;
height: 0px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment