mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
8 lines
136 B
CSS
8 lines
136 B
CSS
.guestAuthPage {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
} |