Flowpack / media-ui

The development repository for the new Neos media management interface
GNU General Public License v3.0
20 stars 16 forks source link

BUGFIX: Resolve layout issues with textboxes in modals and button icon alignment #218

Closed soee closed 8 months ago

soee commented 8 months ago

What I did

I have changed the main main stylesheet used by this module from Lite to Minimal

How I did it

I have changed configuration option in the Configuration/Settings.Neos.yaml file:

from mainStylesheet: 'Lite' to: mainStylesheet: 'Minimal'

How to verify it

Add this change and compare with old code. For example here are 2 things that this change fixes:

before: tags_current after: tags_new

before: icon_button_old

after: icon_button_new

Sebobo commented 8 months ago

Found several style issues in Safari which I have to check