mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
.error-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100vh;
|
|
|
|
.react-terminal-wrapper {
|
|
max-width: 90%;
|
|
height: calc(100vh - 80px);
|
|
overflow-y: auto;
|
|
}
|
|
}
|