From 828e3a5795aecdc68a9a2ece85078b6de8be1447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Mon, 18 Feb 2019 20:33:32 +0100 Subject: [PATCH] Add extra padding when the toolbar collapses in small devices --- src/static/templates/admin/base.hbs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/static/templates/admin/base.hbs b/src/static/templates/admin/base.hbs index 9d0e9162..f8e72b85 100644 --- 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;