mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 10:50:49 +00:00
UI: Style the crash page and update error page image
- Modified the error page - changed the error/crash page Co-authored-by: notnotnescap <97590612+nescapp@users.noreply.github.com>
This commit is contained in:
parent
002e79a658
commit
1a34676046
Notes:
github-actions[bot]
2025-03-26 19:40:25 +00:00
Author: https://github.com/SINF-KEN
Commit: 1a34676046
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4032
Reviewed-by: https://github.com/AtkinsSJ ✅
2 changed files with 18 additions and 13 deletions
|
@ -22,7 +22,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
gap: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
svg {
|
||||
|
@ -30,7 +30,7 @@
|
|||
width: auto;
|
||||
stroke: currentColor;
|
||||
fill: none;
|
||||
stroke-width: 2;
|
||||
stroke-width: 1.5;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
@ -46,9 +46,9 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22">
|
||||
<path d="M12 1H3a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6z"/>
|
||||
<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"/>
|
||||
</svg>
|
||||
<h1>Failed to load %failed_url%</h1>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue