From 73f0f638dae38c3639cc1de4a8feec00785e880f Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Tue, 11 Apr 2017 10:05:46 -0400 Subject: [PATCH] Make download progress take up unhovered height Fix #8179 Auditors: @diracdeltas --- less/downloadBar.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/less/downloadBar.less b/less/downloadBar.less index 33a92357ec3..711c75ff2b4 100644 --- a/less/downloadBar.less +++ b/less/downloadBar.less @@ -11,6 +11,8 @@ --download-bar-buttons: 22px; } +@downloadItemHeight: 46px; + .downloadsBar { user-select: none; box-sizing: border-box; @@ -36,7 +38,7 @@ display: flex; font-size: 11px; flex-direction: column; - height: 46px; + height: @downloadItemHeight; padding: 0 14px; position: relative; margin: auto var(--download-item-margin) auto 0; @@ -90,7 +92,7 @@ left: 0; opacity: 0.5; position: absolute; - height: 35px; + height: @downloadItemHeight; width: 100%; }