mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 22:14:58 +08:00
17 lines
283 B
Plaintext
17 lines
283 B
Plaintext
.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;
|
|
}
|