cours/.obsidian/snippets/omts-Custom Frames.css
Oscar Plaisant 29453462f9 [nb] Commit
2024-12-26 16:09:08 +01:00

9 lines
210 B
CSS

/*
Custom Frames plugin tweaks
Pretty much just removing the frame padding...
https://github.com/replete/obsidian-minimal-theme-css-snippets
*/
.custom-frames-view webview {
padding:0 !important;
}