only hide the "Keep" text by default, not the icon

This commit is contained in:
Ell 2022-03-22 01:06:16 +01:00
parent e83dbedd44
commit 98e9496691

View file

@ -6,7 +6,7 @@ const defaultSettings: KeepSettings = {
minimumWidth: 360,
padding: 5,
css: `/* hide the menu bar and the "Keep" logo and text */
.PvRhvb-qAWA2, .gb_qc {
.PvRhvb-qAWA2, .gb_2d.gb_Zc {
display: none !important;
}