Fix width and icon
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f012f0a353
commit
8c229684d7
9 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
core/js/dist/recommendedapps.js
vendored
BIN
core/js/dist/recommendedapps.js
vendored
Binary file not shown.
BIN
core/js/dist/recommendedapps.js.map
vendored
BIN
core/js/dist/recommendedapps.js.map
vendored
Binary file not shown.
|
@ -155,7 +155,7 @@ export default {
|
|||
.catch(error => logger.error('could not install recommended apps', { error }))
|
||||
},
|
||||
customIcon(appId) {
|
||||
if (!(appId in recommended)) {
|
||||
if (!(appId in recommended) || !recommended[appId].icon) {
|
||||
logger.warn(`no app icon for recommended app ${appId}`)
|
||||
return imagePath('core', 'places/default-app-icon.svg')
|
||||
}
|
||||
|
@ -174,7 +174,7 @@ export default {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.body-login-container {
|
||||
max-width: 290px;
|
||||
|
||||
}
|
||||
|
||||
p.loading, p.loading-error {
|
||||
|
|
Loading…
Reference in a new issue