Move the Reactions button away from the Raise Hand button to avoid incorrect clicks
meet.google.com - Move reactions by jonmaier
Details
Authorjonmaier
LicenseNo License
Categorymeet.google.com
Created
Updated
Size511 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name meet.google.com - Move reactions
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Moves the Reactions button away from the Raise Hand button to avoid incorrect clicks
@author Jonathan Maier
==/UserStyle== */
@-moz-document url-prefix("https://meet.google.com/") {
#ow3 > div.T4LgNb > div > div:nth-child(13) > div.crqnQb > div.fJsklc.nulMpf.Didmac.G03iKb > div > div > div.Tmb7Fd > div > div.CGV6Se {
grid-column: 3
}
}