Skip to content

Commit

Permalink
Added intercom chat hide
Browse files Browse the repository at this point in the history
  • Loading branch information
GitMurf authored Feb 7, 2021
1 parent 678044d commit 1faf7fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions masonry-optional-3.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* THESE ARE THINGS THAT MURF USES BUT ARE EXTREMELY OPTIONAL & YOU MAY NOT LIKE */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */

/* Codemirror wrap lines by David Vargas (there are some quirks) */

.CodeMirror-line {
Expand All @@ -15,3 +21,9 @@
overflow-x: unset !important;
margin-right: 0px !important;
}

/* hide intercom chat */

.intercom-lightweight-app {
display: none;
}

0 comments on commit 1faf7fb

Please sign in to comment.