mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-04-29 01:22:07 +08:00
webui: limit content in one page
This commit is contained in:
parent
aa3a813f29
commit
dce4bec813
@ -11,21 +11,23 @@ body {
|
|||||||
padding-bottom: var(--window-inset-bottom);
|
padding-bottom: var(--window-inset-bottom);
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
height: 90vh;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
.button-box {
|
.button-box {
|
||||||
width: calc(85vw + 30px);
|
width: calc(85vw + 30px);
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
|
flex-shrink: 0;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
@ -118,7 +120,7 @@ input:checked+.slider:before {
|
|||||||
.output-terminal {
|
.output-terminal {
|
||||||
width: calc(85vw + 30px);
|
width: calc(85vw + 30px);
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
height: 600px;
|
flex-grow: 1;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user