Nestor Vera

Results 169 comments of Nestor Vera

Why not set the border's width at 1px instead? Wouldn't that ensure it looks consistent in different browsers and operating systems? If pure black makes it too prominent, opacity could...

I remember an issue I had when the iPhone X came out where half-pixel borders would render thicker on Safari Mobile than in other browsers. Didn't investigate it much since...

The amount of padding should/could be consistent with the spacing scale used for headings and paragraphs.

For anyone trying to deploy their storybook dir with their website, this script allows you to workaround the described issue: ```bash rm -r -f static/storybook && nuxt storybook build &&...

> **Describe alternatives you've considered** > Previously, I was using [Gatsby Notion integration](https://conradlin.com/blog/posts/host-gatsbyjs-blog-with-notion-cms-and-netlify-for-free/) but its since been depreciated. Your solution is great but doesn't allow me to add a custom...

One thing I like from [vscode-icons](https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons) is how they customize the look of some special folders. it would be great if simple-icons could do something similar to what it's already...

Did any of you guys started working on this?

The most important thing would be adding custom classes to each element depending on its type (using TailwindCSS). Second would be changing the markup structure to customize things like radios...

_New_ version of the theme with UI support [is now a part of the organization](https://github.com/dracula/jetbrains). This repo will now be used for the old version of Jetbrains. Let me know...