From 419cdc30572934f1fd712653ef45edff4c9039e9 Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 5 Dec 2024 20:46:15 +0000 Subject: [PATCH] feat: add viewport meta tag for responsive mobile layout Add viewport meta tag to HTML head section to ensure proper scaling and rendering on mobile devices. This change sets the viewport width to device-width with initial scale of 1.0, preventing mobile browsers from zooming out on pages designed for smaller screens. --- src/rchat/static/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/rchat/static/index.html b/src/rchat/static/index.html index 936dcec..97bca6f 100644 --- a/src/rchat/static/index.html +++ b/src/rchat/static/index.html @@ -2,6 +2,9 @@ + + + rchat