Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3154 from matrix-org/travis/syntax-error
Browse files Browse the repository at this point in the history
Flexboxify generic error page
  • Loading branch information
turt2live authored Jun 27, 2019
2 parents ff8ddd6 + 7e8eda3 commit 9be40a2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions res/css/structures/_GenericErrorPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
width: 100%;
height: 100%;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
}

.mx_GenericErrorPage_box {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
display: inline;
width: 500px;
height: 125px;
min-height: 125px;
border: 1px solid #f22;
padding: 10px 10px 20px;
background-color: #fcc;
Expand Down

0 comments on commit 9be40a2

Please sign in to comment.