mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Do not prevent scaling due to accessibility
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
e4113b1779
commit
ac736b2f82
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ $getUserAvatar = static function (int $size) use ($_): string {
|
|||
p($theme->getTitle());
|
||||
?>
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0 user-scalable=no, viewport-fit=cover" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<?php if ($theme->getiTunesAppId() !== '') { ?>
|
||||
<meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>">
|
||||
|
|
|
|||
Loading…
Reference in a new issue