tokenshift / obsidian-page-gallery

Generates a gallery based on selected page contents.
MIT License
64 stars 2 forks source link

Add a radius option #27

Closed stevenlis closed 1 year ago

stevenlis commented 1 year ago

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

Bluemoondragon07 commented 1 year ago

@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 */;
}