Skip to content

Instantly share code, notes, and snippets.

@eai04191
Last active September 7, 2021 10:39
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 eai04191/4bc7a7f5b1afd9b50b86d568e95fdd71 to your computer and use it in GitHub Desktop.
Save eai04191/4bc7a7f5b1afd9b50b86d568e95fdd71 to your computer and use it in GitHub Desktop.
userstyleです。https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne を入れたあとに↓にあるrawボタンを押すと導入できます
/* ==UserStyle==
@name Google Meet | カメラついてる時アイコン出すやつ
@namespace github.com/eai04191
@version 0.0.1
@author eai04191
@preprocessor stylus
==/UserStyle== */
@-moz-document url-prefix("https://meet.google.com/") {
.koV58.S7urwe:not(.hS9zse) .knW4sf {
display: block !important;
position: absolute;
z-index: 1;
> div {
--size: 1.8rem;
position: absolute;
bottom: 5%;
right: 5%;
height: var(--size);
width: var(--size);
max-height: 50px;
aspect-ratio: 1/1;
img {
border: 1px solid hsla(0, 0%, 33%, .75);
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment