From e483aa544f724f1928f33097e4e726ce0ebe14b1 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 23 Aug 2021 14:58:56 +0200 Subject: [PATCH] force less variable calculation --- mitmproxy/tools/web/static/app.css | Bin 18009 -> 18023 bytes web/src/css/header.less | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mitmproxy/tools/web/static/app.css b/mitmproxy/tools/web/static/app.css index 908f8243c8838fc6511807f4bf07615a784cbf02..c52f01294fc14b411de14be1c4706ea4387152c4 100644 GIT binary patch delta 52 tcmccF!}z?1aYGmvw~?8iF%(Qb$SpqEnoD?c3s*2Nl6XPI=DS=q)&QZi4{ZPd delta 40 rcmaFf!+5iYaYGmvo4I8{g}(9Ri`=4 .btn.btn-sm { - height: (@menu-height - @menu-legend-height)/3; + height: ((@menu-height - @menu-legend-height) / 3); padding: 0 5px; i { display: inline-block; @@ -61,7 +61,7 @@ header { .menu-entry { text-align: left; - height: (@menu-height - @menu-legend-height)/3; + height: ((@menu-height - @menu-legend-height) / 3); line-height: 1; padding: 0.5rem 1rem;