mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:30:51 +03:00
Don't need this animation, too many happening at the same time
This commit is contained in:
parent
0e1f4c527e
commit
38aaf89529
1 changed files with 0 additions and 9 deletions
|
@ -53,14 +53,6 @@
|
|||
*/
|
||||
pointer-events: none;
|
||||
}
|
||||
@keyframes appear-down {
|
||||
0% {
|
||||
transform: translateY(-2em);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
#compose-container .status-preview-legend {
|
||||
pointer-events: none;
|
||||
|
@ -101,7 +93,6 @@
|
|||
z-index: 1;
|
||||
}
|
||||
#compose-container .status-preview ~ form {
|
||||
animation: appear-down 1s ease-in-out;
|
||||
box-shadow: 0 -12px 12px -12px var(--divider-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue