Mercurial > personal > no-gemini
diff extension/css/ads.css @ 8:42cdeba9bdb9
Add summarize button in Sheets and AI elements in Ads.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 21 Jan 2025 17:21:22 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extension/css/ads.css Tue Jan 21 17:21:22 2025 -0500 @@ -0,0 +1,12 @@ +/* asset generation ad creation step */ .caa-asset-generation-plugin, +/* "get help creating your ad" */ caa-multiturn-view { + display: none !important; +} + +/* Add caption explaining *why* there is a blank screen */ +.caa-generate-button .mdc-button__label::before { + content: "AI step hidden; skip" !important; + background: #c5221f; + color: white; + padding: 2px; +}