mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 14:21:50 +03:00
Fix too many borders on card (image)
This commit is contained in:
parent
9ad956049b
commit
977176067e
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@
|
||||||
min-height: 120px;
|
min-height: 120px;
|
||||||
max-height: 160px;
|
max-height: 160px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border: 1px solid var(--outline-color);
|
border-inline-end: 1px solid var(--outline-color);
|
||||||
}
|
}
|
||||||
.card:hover .image {
|
.card:hover .image {
|
||||||
animation: position-object 5s ease-in-out 1s infinite;
|
animation: position-object 5s ease-in-out 1s infinite;
|
||||||
|
|
Loading…
Reference in a new issue