fade in/out the toast
This commit is contained in:
@@ -170,13 +170,14 @@ body.dark textarea {
|
||||
font-size: 11px;
|
||||
padding: 6px;
|
||||
color: #fff;
|
||||
transition: bottom 0.3s;
|
||||
opacity: 0.8;
|
||||
transition: bottom 0.3s, opacity 0.3s;
|
||||
opacity: 0;
|
||||
border-radius: 5px 5px 0 0;
|
||||
}
|
||||
|
||||
.toast.show {
|
||||
bottom: 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.toast#saved-indicator {
|
||||
|
Reference in New Issue
Block a user