Skip to content

Commit 4d13cb0

Browse files
UI: Style the crash page and update error page image
- Modified the error page - changed the error/crash page Co-authored-by: notnotnescap <[email protected]>
1 parent 3299762 commit 4d13cb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Base/res/ladybird/templates/error.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
width: auto;
3131
stroke: currentColor;
3232
fill: none;
33-
stroke-width: 2;
33+
stroke-width: 1.5;
3434
stroke-linecap: round;
3535
stroke-linejoin: round;
3636
}
@@ -46,9 +46,9 @@
4646
</head>
4747
<body>
4848
<header>
49-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22">
50-
<path d="M12 1H3a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6z"/>
51-
<path d="M11 1v4a2 2 0 0 0 2 2h4M6 10v2m6-2v2M6 17c1-2.67 5-2.67 6 0"/>
49+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.5 21.5">
50+
<path d="M11.75.75h-9c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-13l-5-5z"/>
51+
<path d="M10.75.75v4c0 1.1.9 2 2 2h4M5.75 9.75v2M11.75 9.75v2M5.75 16.75c1-2.67 5-2.67 6 0"/>
5252
</svg>
5353
<h1>Failed to load %failed_url%</h1>
5454
</header>

0 commit comments

Comments
 (0)