vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit ffe362f856180ea36db156827a50562fc68f732c
parent 10dadfca068ed449fcd4a74b70ae2cd83990d3d4
Author: Rychart Redwerkz <redwerkz@users.noreply.github.com>
Date:   Mon,  9 Jan 2023 02:18:29 +0100

Merge pull request #2 from stapelkai/update-viewport-meta-tag

Remove `shrink-to-fit=no`
Diffstat:
Msrc/static/templates/admin/base.hbs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/static/templates/admin/base.hbs b/src/static/templates/admin/base.hbs @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="robots" content="noindex,nofollow" /> <link rel="icon" type="image/png" href="{{urlpath}}/vw_static/vaultwarden-favicon.png"> <title>Vaultwarden Admin Panel</title>