tokenshift/obsidian-page-gallery

Add a radius option

Closed this issue · 1 comments

Could you please consider adding a radius option so that the users could modify those corners?
CS-Yxbax9yF@2x

@StevenLi-DS, if you're interested, there is a current way to change the border radius manually with a snippet.

.page-gallery__tile {
border-radius: /* type custom value here */;
}