Skip to content
Snippets Groups Projects
Commit 1c6fc0e4 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Center error layout (#5289)

parent 92e7815d
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,8 @@ body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", mastodon-font-sans-serif, sans-serif;
}
&.app-body {
&.app-body,
&.error {
position: fixed;
width: 100%;
height: 100%;
......@@ -72,13 +73,16 @@ body {
text-align: center;
color: $ui-primary-color;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
.dialog img {
display: block;
margin: 0 auto;
max-width: 470px;
width: 100%;
height: auto;
margin-top: -120px;
}
.dialog h1 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment