view extension/css/drive.css @ 18:60347e04b78f

Use icon selectors to avoid locale-dependent code for menu items.
author Paul Fisher <paul@pfish.zone>
date Sat, 26 Apr 2025 00:15:37 -0400
parents eaea0163d04a
children 6661e33327c6
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,
/* "summarize this folder" again */ .De8rPe,
/* list of gemini prompts */ .KuPsyb {
    display: none !important;
}