diff --git a/TODO.md b/TODO.md index 8d2074d..859d248 100644 --- a/TODO.md +++ b/TODO.md @@ -3,14 +3,13 @@ TODO * [ ] Flash message * [ ] https://reinteractive.com/articles/how-to-create-flash-messages-in-Rails-7 - * [ ] * [ ] Tailwind * [ ] copy TailAdmin (or WindMill) layout * [ ] https://demo.tailadmin.com/crm * [ ] https://windmill-dashboard.vercel.app/buttons.html * [ ] black mode * [ ] index list - * [ ] Pagy + * [x] Pagy * [ ] systematic 'New Button' (+) * [ ] smart filter search bar * [ ] build auto-release notes based from TODO and New Notes diff --git a/app/assets/stylesheets/application.toastify.css b/app/assets/stylesheets/application.toastify.css index f2d6e5b..97390c5 100644 --- a/app/assets/stylesheets/application.toastify.css +++ b/app/assets/stylesheets/application.toastify.css @@ -1,13 +1,4 @@ -/*! - * Toastify js 1.12.0 - * https://github.com/apvarun/toastify-js - * @license MIT licensed - * - * customized by: pvincent - */ - - - .toastify { +.toastify { padding: 12px 20px; color: #ffffff; display: inline-block;