mirror of
https://github.com/gotson/komga.git
synced 2026-04-20 22:10:52 +02:00
fix(webui): make logo on login view the same size even if server is unclaimed
This commit is contained in:
parent
ecaf8d0890
commit
806d2b6ad9
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ export default Vue.extend({
|
|||
default:
|
||||
l = 300
|
||||
}
|
||||
return l / (this.unclaimed ? 2 : 1)
|
||||
return l
|
||||
},
|
||||
|
||||
locale: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue