Skip to content

Instantly share code, notes, and snippets.

@rickybrent
Created April 14, 2020 17:05
Show Gist options
  • Save rickybrent/64c12d2ff60c6084df3906acb3ae49b3 to your computer and use it in GitHub Desktop.
Save rickybrent/64c12d2ff60c6084df3906acb3ae49b3 to your computer and use it in GitHub Desktop.
Invert and shrink the giant white bottom bar on Google Meet
@-moz-document domain("meet.google.com") {
div.rG0ybd,
div.LCXT6 {
max-height: 42px;
filter: invert(100%);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment