mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue