This commit is contained in:
the-djmaze 2023-05-09 12:07:07 +02:00
parent 216b5964d7
commit 13abe74a31
41 changed files with 219 additions and 116 deletions

View file

@ -19,6 +19,14 @@
height: 100%;
}
.tabs {
height: 100%;
}
.tabs > label > * + * {
margin-left: 0.5em;
}
.textAreaParent, .attachmentAreaParent {
height: 100%;
min-height: 200px;