ui: align version and user-menu spacing with pve/pmg

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-07-09 14:25:14 +02:00
parent f6e964b96e
commit 86443141b5
1 changed files with 3 additions and 2 deletions

View File

@ -190,7 +190,7 @@ Ext.define('PBS.MainView', {
type: 'hbox', type: 'hbox',
align: 'middle' align: 'middle'
}, },
margin: '2 5 2 5', margin: '2 0 2 5',
height: 38, height: 38,
items: [ items: [
{ {
@ -198,7 +198,8 @@ Ext.define('PBS.MainView', {
prefix: '', prefix: '',
}, },
{ {
xtype: 'versioninfo' padding: '0 0 0 5',
xtype: 'versioninfo',
}, },
{ {
padding: 5, padding: 5,