mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 10:45:41 +03:00
Fix regression bug with carousel position on desktoip
This commit is contained in:
parent
7ebd0e7601
commit
f24f98ebab
1 changed files with 2 additions and 0 deletions
|
@ -1490,6 +1490,8 @@ ul.link-list li a .icon {
|
|||
box-shadow: 0px 1px var(--bg-blur-color);
|
||||
transition: transform 0.4s var(--timing-function);
|
||||
--back-transition: transform 0.4s ease-out;
|
||||
}
|
||||
.timeline:not(.flat) > li:not(:has(.status-carousel)) {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
.timeline:not(.flat) > li:has(.status-link.is-active) {
|
||||
|
|
Loading…
Reference in a new issue