mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-11 02:38:28 +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;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
@keyframes appear-down {
|
|
||||||
0% {
|
|
||||||
transform: translateY(-2em);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
transform: translateY(0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#compose-container .status-preview-legend {
|
#compose-container .status-preview-legend {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
@ -101,7 +93,6 @@
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
#compose-container .status-preview ~ form {
|
#compose-container .status-preview ~ form {
|
||||||
animation: appear-down 1s ease-in-out;
|
|
||||||
box-shadow: 0 -12px 12px -12px var(--divider-color);
|
box-shadow: 0 -12px 12px -12px var(--divider-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue