Merge dev: Force desktop viewport on mobile

This commit is contained in:
Jeff Emmett 2026-03-12 00:11:43 +00:00
commit ca160b45a7
1 changed files with 4 additions and 0 deletions

4
branding/head.html Normal file
View File

@ -0,0 +1,4 @@
<!-- Force desktop viewport on mobile -->
<meta name="viewport" content="width=1280, initial-scale=0.25, user-scalable=yes">
<!-- Load custom CSS after Jitsi CSS -->
<link rel="stylesheet" href="css/custom/custom.css">