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 828e3a5795aecdc68a9a2ece85078b6de8be1447
parent 7b5bcd45f81e0819df44757324bcd55238533b37
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Mon, 18 Feb 2019 20:33:32 +0100

Add extra padding when the toolbar collapses in small devices

Diffstat:
Msrc/static/templates/admin/base.hbs | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/static/templates/admin/base.hbs b/src/static/templates/admin/base.hbs @@ -21,6 +21,12 @@ padding-top: 70px; } + @media (max-width:768px) { + body { + padding-top: 190px; + } + } + img { width: 48px; height: 48px;