This commit is contained in:
the-djmaze 2022-04-28 23:10:21 +02:00
parent 676b3677b9
commit 53894ac4ea
38 changed files with 85 additions and 38 deletions

View file

@ -138,6 +138,11 @@
display: block;
opacity: 1;
transition: opacity 0.5s linear;
p {
font-family: var(--fontMono);
font-size: 90%;
}
}
.alert[hidden] {
opacity: 0;

View file

@ -28,6 +28,11 @@
.textAreaParent {
display: flex;
flex-direction: column;
/*
.rl-signature {
border-top: 1px solid rgba(128,128,128,0.7);
}
*/
}
.attachmentAreaParent {