Adjust some layout stuff in composer
This commit is contained in:
parent
0f1b08b3ea
commit
9071439c12
2 changed files with 527 additions and 510 deletions
|
@ -1,14 +1,18 @@
|
||||||
|
#compose-container-outer {
|
||||||
|
width: 100%;
|
||||||
|
height: 100vh;
|
||||||
|
height: 100dvh;
|
||||||
|
overflow: auto;
|
||||||
|
align-self: flex-start;
|
||||||
|
padding: env(safe-area-inset-top) env(safe-area-inset-right)
|
||||||
|
env(safe-area-inset-bottom) env(safe-area-inset-left);
|
||||||
|
}
|
||||||
#compose-container {
|
#compose-container {
|
||||||
|
margin: auto;
|
||||||
width: var(--main-width);
|
width: var(--main-width);
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
animation: fade-in 0.2s ease-out;
|
animation: fade-in 0.2s ease-out;
|
||||||
max-height: 100vh;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
#compose-container.standalone {
|
|
||||||
max-height: none;
|
|
||||||
margin: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#compose-container .compose-top {
|
#compose-container .compose-top {
|
||||||
|
@ -41,6 +45,7 @@
|
||||||
#compose-container textarea {
|
#compose-container textarea {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
font-size: calc(100% + 50% / var(--text-weight));
|
font-size: calc(100% + 50% / var(--text-weight));
|
||||||
|
max-height: 65vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue