view extension/css/ads.css @ 11:ad2ca744bcbb default tip

Hide Gemini thingy in Chat as well. This loosens the CSS selector for the button to use just one class, but it's probably fine.
author Paul Fisher <paul@pfish.zone>
date Mon, 03 Feb 2025 23:54:00 -0500
parents 42cdeba9bdb9
children
line wrap: on
line source

/* 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;
}