Hi,
I installed the latest version of Easy Admin and I realize that the new design is not responsive. Is it possible to use the old theme based on AdminLTE?
You are right. As explained in #2415, the new theme is not responsive on purpose. The main reason is that real backends are very complex ... so they never look great on a smartphone.
Instead of trying to change everything to adapt to the tiny smartphone screen, we decided to not do that. The backend is still fully usable on tiny screens, but it doesn't change for them.
I'm afraid it's not possible to revert to the old theme. I'm sorry.
It's really a shame.. I think I'll use the old version because it's very important for me to be responsive. The theme based on AdminLTE was really good it's a pity ..
Perhaps you can suggest users to choose the theme they want via easy_admin.yaml in a future release?
Hello, We juste update to easy admin 2 too, and we are bit disappoint about this issue. On our applications, backend are quite simple, and the responsiveness was great and enough in V1
IMHO, there are 2 simple changes that may improve display on small screens, and I don't see where it reduces display confort on desktop screens :
.wrapper min-width that disables default HTML display adjustment for <table>,@javiereguiluz I just pushed #2560 to put back minimum responsive behavior. I think it's worth giving a try !
Would not it be easier to redo the entire template via Bootstrap 4? Or choose the model of the v1 or the model of the v2 via the file easy_admin.yaml? I think it's very important that it's responsive because customers want to use the mobile phone admin interface.
@alterphp I can try in 1 hours
Hi, I import bootstrap-grid.css on easy_admin.yml for I use grid responsive :)
@yonedev please can you explain how you do that, it's not working for me
easy_admin:
site_name: Administration
design:
form_theme: '@EasyAdmin/form/bootstrap_4.html.twig'
assets:
css:
- build/admin.css
- //cdn.jsdelivr.net/gh/dmhendricks/[email protected]/dist/css/bootstrap-grid.min.css
Hi, has the problem been solved?
@yonedev up please
Hi,
Any news about this version being responsive ? I'm a bit disapointed too with this new version
Up
Most helpful comment
Hi, I import bootstrap-grid.css on easy_admin.yml for I use grid responsive :)