mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 22:59:10 +01:00
also remove google calendar logo padding
This commit is contained in:
parent
c1f085d26e
commit
51b03d7bfc
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ export const presets: Record<string, CustomFrameSettings> = {
|
|||
customCss: `/* hide the menu bar "Calendar" text and remove minimum width */
|
||||
div[style*="min-width: 238px"] {
|
||||
min-width: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
div[style*="min-width: 238px"] span[role*="heading"] {
|
||||
display: none !important;
|
||||
|
|
Loading…
Reference in a new issue