Change viewport behaviour to cover (#34986)

Co-authored-by: diondiondion <mail@diondiondion.com>
This commit is contained in:
Eugen Rochko 2025-06-12 14:26:24 +02:00 committed by GitHub
parent 24d943fee0
commit ccf7760205
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@
%html{ lang: I18n.locale }
%head
%meta{ charset: 'utf-8' }/
%meta{ name: 'viewport', content: 'width=device-width, initial-scale=1' }/
%meta{ name: 'viewport', content: 'width=device-width, initial-scale=1, viewport-fit=cover' }/
- if cdn_host?
%link{ rel: 'dns-prefetch', href: cdn_host }/