mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
16 lines
283 B
Text
16 lines
283 B
Text
.mx_CompatibilityPage {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #e55;
|
|
}
|
|
|
|
.mx_CompatibilityPage_box {
|
|
position: absolute;
|
|
inset: 0;
|
|
margin: auto;
|
|
width: 500px;
|
|
height: 300px;
|
|
border: 1px solid;
|
|
padding: 10px;
|
|
background-color: #fcc;
|
|
}
|