mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: disable most animations
This commit is contained in:
parent
4c4aaff971
commit
d439e22d56
1 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
border: 3px solid @accent;
|
border: 3px solid @accent;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
background-color: @bg;
|
background-color: @bg;
|
||||||
animation: slideIn 0.5s ease-in-out both;
|
/* animation: slideIn 0.5s ease-in-out both; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Slide In */
|
/* Slide In */
|
||||||
|
|
@ -57,7 +57,7 @@
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: @bg;
|
background-color: @bg;
|
||||||
animation: fadeIn 0.5s ease-in-out both;
|
/* animation: fadeIn 0.5s ease-in-out both; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fade In */
|
/* Fade In */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue