react-toastr icon indicating copy to clipboard operation
react-toastr copied to clipboard

Responsiveness for Toaster Messages

Open RangarajKaushikSundar opened this issue 9 years ago • 1 comments

@tomchentw I have added a few media queries to the toastr.min.css and want to share it here. I will not be able to add it to this project since that was added as an external file from cdnjs. Please advise.

RangarajKaushikSundar avatar Oct 14 '16 20:10 RangarajKaushikSundar

We could have our own file in this repo. Say: src/toastr-responsive.css, and our user can import it via:

@import url(~toastr/toastr.min.css);
@import url(~react-toastr/lib/toastr-responsive.css);

tomchentw avatar Oct 15 '16 03:10 tomchentw