diff --git a/app/electron/error.html b/app/electron/error.html
index 0f7e4285a..4dc3cd3d0 100644
--- a/app/electron/error.html
+++ b/app/electron/error.html
@@ -36,11 +36,11 @@
.svg {
position: fixed;
- right: 22px;
+ right: 32px;
top: 0;
- width: 12px;
+ width: 13px;
fill: #5f6368;
- padding: 5px;
+ padding: 9.5px;
cursor: pointer;
z-index: 1;
}
@@ -52,8 +52,8 @@
#close {
right: 0;
- width: 8px;
- padding: 7px 7px;
+ width: 10px;
+ padding: 11px 11px;
}
#close:hover {
@@ -110,11 +110,17 @@
}
#icon {
- height: 22px;
- width: 22px;
position: fixed;
- left: 5px;
+ left: 4px;
top: 0;
+ line-height: 32px;
+ color: #5f6368;
+ }
+
+ #icon img {
+ height: 32px;
+ width: 32px;
+ vertical-align: top;
}
pre code {
@@ -154,7 +160,7 @@
-
+