Varun A P

Results 25 comments of Varun A P

There is no config way to add additional links. You can however create your own `layouts/partials/social.html` file with the contents from [here](https://github.com/apvarun/blist-hugo-theme/blob/main/layouts/partials/social.html) and add the necessary icon with link

I think its better to set `position: right` instead of using negative values for left position. Wdyt? @hasankarademir

I feel this is way too much customization for such a small component. Could you explain the intension behind to understand better?

Sounds like great suggestions. I am welcome to pull requests with changes on the same. Let me know. Meanwhile, there is an exposed API that lets you set a thumbnail...

I think modifying the classes field to an array of class names while invoking would make more sense than having a string. Like this: ```js Toastify({ text: "This is a...

Hey @CharlieIGG, The issue that you are facing is a side-effect of using a gradient background as default. Linear gradient requires to use `background` property where as bootstrap sets the...

Can you reproduce this in an online IDE? Tried checking this problem and it isn't happening. https://codesandbox.io/s/toastify-closing-toasts-with-timers-z6i9j

@mukzen Thanks for the reaffirmation. Feel free to raise a PR for them same. I believe it just requires to have a check for element before attempting to remove.

@Sandip124 Can you share the toastify config for this toast?

Can someone review this and get this merged? Would be super helpful to have types