Created
April 14, 2020 17:05
-
-
Save rickybrent/64c12d2ff60c6084df3906acb3ae49b3 to your computer and use it in GitHub Desktop.
Invert and shrink the giant white bottom bar on Google Meet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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