Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMS ADMIN maximum-scale #1633

Open
Blueace opened this issue Dec 8, 2023 · 1 comment
Open

CMS ADMIN maximum-scale #1633

Blueace opened this issue Dec 8, 2023 · 1 comment

Comments

@Blueace
Copy link

Blueace commented Dec 8, 2023

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 michalkleiner transferred this issue from silverstripe/silverstripe-framework Dec 9, 2023
@michalkleiner
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants