diff options
Diffstat (limited to 'web-ui/src')
-rw-r--r-- | web-ui/src/backup_account/backup_account.html | 2 | ||||
-rw-r--r-- | web-ui/src/backup_account/page.scss | 5 | ||||
-rw-r--r-- | web-ui/src/common/header/header.scss | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/web-ui/src/backup_account/backup_account.html b/web-ui/src/backup_account/backup_account.html index 997c76f8..ec6213be 100644 --- a/web-ui/src/backup_account/backup_account.html +++ b/web-ui/src/backup_account/backup_account.html @@ -1,7 +1,9 @@ <!DOCTYPE html> <html> <head> + <link rel="icon" type="image/png" href="assets/images/Favicon.png" /> <meta charset="utf-8"/> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/> <title>Pixelated Backup Account</title> </head> diff --git a/web-ui/src/backup_account/page.scss b/web-ui/src/backup_account/page.scss index a344b957..9d94c156 100644 --- a/web-ui/src/backup_account/page.scss +++ b/web-ui/src/backup_account/page.scss @@ -48,6 +48,10 @@ section { flex: 1 0 auto; } +form { + width: 100%; +} + h1 { font-size: 1.3em; font-weight: 600; @@ -84,6 +88,7 @@ p { .backup-account-image { width: 50%; + height: 100%; align-self: center; } diff --git a/web-ui/src/common/header/header.scss b/web-ui/src/common/header/header.scss index 66ddfa3e..d56629bf 100644 --- a/web-ui/src/common/header/header.scss +++ b/web-ui/src/common/header/header.scss @@ -65,6 +65,7 @@ .header-icons { position: relative; right: 0; + top: 0; a { display: flex; |