Skip to content

Instantly share code, notes, and snippets.

@nisrulz
Created February 15, 2021 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nisrulz/7271ee92c69be85cbac4b3c9b5f83bb6 to your computer and use it in GitHub Desktop.
Save nisrulz/7271ee92c69be85cbac4b3c9b5f83bb6 to your computer and use it in GitHub Desktop.
Stylus style for making Google Meet's raise hand button stand out

Stylus style for making Google Meet's raise hand button stand out

  • Install Stylus Browser Extension
  • Goto Google Meet
  • Click on Stylus extension icon in top right corner in toolbar
  • Hover over meet.google.com inside the popup and click to add a style
  • Copy paste the style in opened box and save
/* ==UserStyle==
@name Google Meet: Raised hands
@namespace 0bmxa
@version 1.0.1
@homepageURL https://github.com/0bmxa/userstyles
@updateURL https://raw.githubusercontent.com/0bmxa/userstyles/main/css/google-meet-raised-hands.user.css
@license MIT License
@author 0bmxa
==/UserStyle== */
/* Raise Hand icon (on people's tiles): bigger & red */
.Gen1Z {
background: #d00;
transform: scale(1.8) translateX(-10px) translateY(-10px);
}
/* Button in the toolbar: red when active */
.p2SYhf.SNTzF {
background: #d00 !important;
}
.p2SYhf.SNTzF .OCZA0d,
.p2SYhf.SNTzF .sPXonc {
color: #fff !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment