[pve-devel] [PATCH manager v2 2/2] ui: add 5px of padding between Proxmox logo and product name
Lukas Wagner
l.wagner at proxmox.com
Mon Aug 4 11:02:28 CEST 2025
PBS uses 5px padding here as well.
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
Notes:
Looks a tiny bit nicer with the added padding, but no hard feelings
here.
www/manager6/Workspace.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager6/Workspace.js b/www/manager6/Workspace.js
index 03628b5a..3d2334e2 100644
--- a/www/manager6/Workspace.js
+++ b/www/manager6/Workspace.js
@@ -350,6 +350,7 @@ Ext.define('PVE.StdWorkspace', {
minWidth: 150,
id: 'versioninfo',
html: 'Virtual Environment',
+ padding: '0 0 0 5',
style: {
'font-size': '14px',
'line-height': '18px',
--
2.47.2
More information about the pve-devel
mailing list