mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Resolve #353
This commit is contained in:
parent
676b3677b9
commit
53894ac4ea
38 changed files with 85 additions and 38 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -28,6 +28,11 @@
|
|||
.textAreaParent {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/*
|
||||
.rl-signature {
|
||||
border-top: 1px solid rgba(128,128,128,0.7);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
.attachmentAreaParent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue