silverstripe / silverstripe-admin

Silverstripe Admin Component
BSD 3-Clause "New" or "Revised" License
25 stars 94 forks source link

CMS ADMIN maximum-scale #1633

Open Blueace opened 11 months ago

Blueace commented 11 months ago

Affected Version

v4 / v5

Description

Why still force "maximum-scale=1.0" on admin panel ? The user should be able to change the scale, specificaly on smartphones

Steps to Reproduce

It's not possible to change the scale in the admin panel.

Suggestion

In "vendor/silverstripe/admin/templates/Silverstripe/Admin/LeftandMain.ss"

Replace <meta name="viewport" content="width=device-width, maximum-scale=1.0"> By <meta name="viewport" content="width=device-width">

michalkleiner commented 11 months ago

Moved the issue to the admin module.

@Blueace if you want to open an enhancement PR against the 2 branch we can certainly review it.