mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-25 18:48:35 +01:00
only hide the "Keep" text by default, not the icon
This commit is contained in:
parent
e83dbedd44
commit
98e9496691
1 changed files with 3 additions and 3 deletions
2
main.ts
2
main.ts
|
@ -6,7 +6,7 @@ const defaultSettings: KeepSettings = {
|
||||||
minimumWidth: 360,
|
minimumWidth: 360,
|
||||||
padding: 5,
|
padding: 5,
|
||||||
css: `/* hide the menu bar and the "Keep" logo and text */
|
css: `/* hide the menu bar and the "Keep" logo and text */
|
||||||
.PvRhvb-qAWA2, .gb_qc {
|
.PvRhvb-qAWA2, .gb_2d.gb_Zc {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue