Mercurial > personal > no-gemini
comparison extension/css/ads.css @ 8:42cdeba9bdb9 default tip
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 |
comparison
equal
deleted
inserted
replaced
7:cf7ff331dacc | 8:42cdeba9bdb9 |
---|---|
1 /* asset generation ad creation step */ .caa-asset-generation-plugin, | |
2 /* "get help creating your ad" */ caa-multiturn-view { | |
3 display: none !important; | |
4 } | |
5 | |
6 /* Add caption explaining *why* there is a blank screen */ | |
7 .caa-generate-button .mdc-button__label::before { | |
8 content: "AI step hidden; skip" !important; | |
9 background: #c5221f; | |
10 color: white; | |
11 padding: 2px; | |
12 } |