annotate extension/css/docs.css @ 4:8350ea8f5838
Add a new "help me write" in GMail.
author |
Paul Fisher <paul@pfish.zone> |
date |
Fri, 03 Jan 2025 01:41:55 -0500 |
parents |
e862bd8f7d82 |
children |
|
rev |
line source |
0
|
1 /* top toolbar */ #docs-sidekick-button-container,
|
|
2 /* slides mini-toolbar */ #docs-side-toolbar .image-generation-prominent-toolbar-button,
|
2
|
3 /* docs floating comment thingy */ .docs-instant-bubble-container .superfab-aitextgeneratormenu-button,
|
|
4 /* "Help me write" menu items */ .goog-menuitem:has(.docs-icon-ai-text-generator-18) {
|
0
|
5 display: none !important;
|
|
6 }
|