alangrainger / obsidian-google-photos

Connect to Google Photos from Obsidian
GNU General Public License v3.0
93 stars 5 forks source link

[BUG] - Minimal Theme 7.0 #17

Closed tecnoborder closed 1 year ago

tecnoborder commented 1 year ago

The new update of the minimal theme conflicts with the google photos plugin. Basically the embed of the plugin shows only one big photo instead of the grid

tecnoborder commented 1 year ago

I solved the issue: I added in a custom css: .full-width-media .markdown-preview-view img:not(.link-favicon):not(.emoji):not([width]) { width: 15%; }