Update view layouts and content

This commit is contained in:
manubo
2019-09-28 09:23:16 +02:00
parent 44e2180474
commit 57ab3df3c8
5 changed files with 39 additions and 51 deletions

View File

@@ -9,14 +9,16 @@ function getStyles(errorType) {
width: "516px",
height:
errorType === ERROR_UNAUTHORIZED
? "834px"
? "590px"
: errorType === ERROR_UPGRADE_REQUIRED
? isChrome()
? "369px"
: "461px"
? "429px"
: "472px"
: errorType === ERROR_UNKNOWN
? "550px"
: "558px",
? "408px"
: isChrome()
? "558px"
: "574px",
}
}