From f3196503633e53edbea9db0ae720f07034c95294 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 28 May 2025 11:11:34 +0600 Subject: [PATCH] Scale value label resize --- ublexec.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ublexec.css b/ublexec.css index 87942db..1805397 100644 --- a/ublexec.css +++ b/ublexec.css @@ -31,6 +31,10 @@ background-color: #f3f0ac; } +scale>value { + font-size:17.5px; +} + #GnomeIcon{ border-style:solid; border-bottom-width: 1px;