view extension/css/drive.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 2b89067741fb
children
line wrap: on
line source

/* top toolbar */ #WWNEkf,
/* in-file toolbar (e.g., opened PDF) */ #viewer-sidekick-button,
/* "summarize this file" toolbar */ .iQnZTe.SMHH7,
/* there appears to be no easy way to hide the "summarize this file" menu item :( */
/* gemini toolbar */ .vfUWtf,
/* "summarize this folder" */ #summarizeFolder {
    display: none !important;
}