fix(webui): make logo on login view the same size even if server is unclaimed

This commit is contained in:
Gauthier Roebroeck 2023-07-12 10:29:53 +08:00
parent ecaf8d0890
commit 806d2b6ad9

View file

@ -168,7 +168,7 @@ export default Vue.extend({
default:
l = 300
}
return l / (this.unclaimed ? 2 : 1)
return l
},
locale: {