Mte90 / GlotDict

This extension for WordPress polyglots implements new features to improve the quality of translation/reviews!
https://translate.wordpress.org
GNU General Public License v2.0
55 stars 24 forks source link

Don't block `max-witdh` any more, as translate.w.org is becoming full screen. #403

Open vlad-timotei opened 1 year ago

vlad-timotei commented 1 year ago

There are some experiments to convert translate.wordpress.org to full width

Translation table – current / full-width Translating a string – current / full-width (the design needs to be adjusted later for the right sidebar)

but currently GlotDict sets a fixed max-width to 85% so users using GlotDict will not see any changes.

See here source: https://github.com/Mte90/GlotDict/blob/master/css/style.css#L718

There is no perfect percent for this value, but since translate.w.org increased this value I think we should restore it to the default value. Unless we have the resources and time to create a custom setting for this one and set it dynamically per user.

What do you think?

vlad-timotei commented 1 year ago

Tickets to track

Mte90 commented 1 year ago

I think to remove it as it is more simple.