Fix js/css path (paste)

Fix collapse layout animation (web)

Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
Joe Ma 2023-03-26 19:22:11 +08:00
parent 576a543703
commit 7e65c403f7
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F
3 changed files with 23 additions and 7 deletions

View file

@ -16,10 +16,10 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
.card-header .fa {
.card-header .fa-chevron-down {
transition: .3s transform ease-in-out;
}
.card-header .collapsed .fa {
.card-header .collapsed .fa-chevron-down {
transform: rotate(90deg);
}