From 5dfe5d59d0141307c4b12f5264e6c4e7e7bdf686 Mon Sep 17 00:00:00 2001
From: Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de>
Date: Tue, 20 Jul 2021 22:35:59 +0200
Subject: [PATCH] reduce size of progress element a bit, re #77

---
 css/vips.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/vips.css b/css/vips.css
index e91ca14..b42490f 100644
--- a/css/vips.css
+++ b/css/vips.css
@@ -24,7 +24,7 @@ table.default .button {
 }
 
 table.default progress {
-    height: 20px;
+    height: 18px;
     width: 120px;
 }
 
-- 
GitLab