Title: Admin problems
Last modified: February 10, 2025

---

# Admin problems

 *  [Lovro Hrust](https://wordpress.org/support/users/lovor/)
 * (@lovor)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/admin-problems-3/)
 * Hello, I am developing a theme and received a lottie json files from a customer.
   And I was surprised to find out that when activating your plugin, all images 
   in admin part have thick black border. Upon further inspection, I discovered 
   that culprit is one css file which is inline injected, and it is ENORMOUS tailwind
   css file with incredible 146.727 lines of code! In this file there are 29.628
   css rules! I find it simply incredible, that you inject tailwind for the sole
   purpose of styling few elements in block editor. That css will for sure slow 
   down editor experience and for this sole reason I will not use it and instead
   build a custom solution based on github lottie player. I didn’t expect such thing
   of such big company.
   My suggestion – remove tailwind dependency and build with
   custom css. It will be MUCH more performant!

Viewing 1 replies (of 1 total)

 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/admin-problems-3/#post-18317126)
 * Totally agreed, specially since that tailwind css has a very annoying rule:
 *     ```wp-block-code
       img {    border-style: solid;}
       ```
   
 * This style “reset” messes with all images in the WordPress editor. Maybe because
   of the Twenty Twenty-Five theme, not sure, but when editing a page or post, all
   images have a 2px solid black border now 🙁

Viewing 1 replies (of 1 total)

The topic ‘Admin problems’ is closed to new replies.

 * ![](https://ps.w.org/lottiefiles/assets/icon.svg?rev=2726590)
 * [LottieFiles](https://wordpress.org/plugins/lottiefiles/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lottiefiles/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lottiefiles/)
 * [Active Topics](https://wordpress.org/support/plugin/lottiefiles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lottiefiles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lottiefiles/reviews/)

## Tags

 * [slowing down](https://wordpress.org/support/topic-tag/slowing-down/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * Last activity: [1 year, 3 months ago](https://wordpress.org/support/topic/admin-problems-3/#post-18317126)
 * Status: not resolved