From fb1e7a86f48dd9493c145697a37002fef22fa803 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 3 Jul 2021 23:13:29 +0200 Subject: [PATCH] ui: minimally increase font-size of product title and version Similar like we did for Proxmox VE's manager. The main title and version should stand a bit more out compared to simple nav/button texts. Signed-off-by: Thomas Lamprecht --- www/VersionInfo.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/VersionInfo.js b/www/VersionInfo.js index 9929d086..7ab3e129 100644 --- a/www/VersionInfo.js +++ b/www/VersionInfo.js @@ -8,6 +8,11 @@ Ext.define('PBS.view.main.VersionInfo', { version: false, }, + style: { + 'font-size': '14px', + 'line-height': '18px', + }, + tpl: [ 'Backup Server', '',