You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched existing issues and found nothing related to my issue.
This feature
blocks me from using Bruno
would improve my quality of life in Bruno
is something I've never seen an API client do before
Describe the feature you want to add, and how it would change your usage of Bruno
I'm using Bruno (great tool by the way!) to test an API that generates images with transparent padding. To properly inspect the padding, it's helpful to have a visible border or background color around the image.
Currently, I manually add a CSS rule via Developer Tools to achieve this:
img.mx-auto {
border:1px dashed darkgrey;
}
This works well, but the change is lost whenever Bruno is restarted.
It would be great if Bruno either:
Applied some default styling (e.g., a subtle border) to help visualize transparent areas in images, or
Provided a way to permanently add custom CSS or user-defined themes for the response viewer.
Let me know if there's an existing way to do this that I might have missed. Thanks for the awesome tool!
Mockups or Images of the feature
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I have checked the following:
This feature
Describe the feature you want to add, and how it would change your usage of Bruno
I'm using Bruno (great tool by the way!) to test an API that generates images with transparent padding. To properly inspect the padding, it's helpful to have a visible border or background color around the image.
Currently, I manually add a CSS rule via Developer Tools to achieve this:
This works well, but the change is lost whenever Bruno is restarted.
It would be great if Bruno either:
Applied some default styling (e.g., a subtle border) to help visualize transparent areas in images, or
Provided a way to permanently add custom CSS or user-defined themes for the response viewer.
Let me know if there's an existing way to do this that I might have missed. Thanks for the awesome tool!
Mockups or Images of the feature
The text was updated successfully, but these errors were encountered: