1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Add hover push animation to all albums, faces and directories #587

This commit is contained in:
Patrik J. Braun 2023-08-06 22:00:21 +02:00
parent 2a82dad30e
commit fc35128e2c
3 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,11 @@
:host {
transition: scale .3s ease-out;
}
:host:hover {
scale: 98%;
}
.info-button {
margin: 2px;
cursor: default;

View File

@ -1,3 +1,11 @@
:host {
transition: scale .3s ease-out;
}
:host:hover {
scale: 98%;
}
.star {
margin: 2px;
color: #888;

View File

@ -1,3 +1,11 @@
:host {
transition: scale .3s ease-out;
}
:host:hover {
scale: 98%;
}
a {
position: relative;
}