We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3299762 commit 4d13cb0Copy full SHA for 4d13cb0
Base/res/ladybird/templates/error.html
@@ -30,7 +30,7 @@
30
width: auto;
31
stroke: currentColor;
32
fill: none;
33
- stroke-width: 2;
+ stroke-width: 1.5;
34
stroke-linecap: round;
35
stroke-linejoin: round;
36
}
@@ -46,9 +46,9 @@
46
</head>
47
<body>
48
<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"/>
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.5 21.5">
+ <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"/>
+ <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"/>
52
</svg>
53
<h1>Failed to load %failed_url%</h1>
54
</header>
0 commit comments