mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
fix: profile module items show click effect on scroll
This commit is contained in:
committed by
Rainer Killinger
parent
bc4c3d78db
commit
8b2f2c063c
@@ -56,9 +56,10 @@
|
||||
<swiper
|
||||
#swiper
|
||||
(elementSizeChange)="resizeSwiper($event, swiper.swiperRef)"
|
||||
(activeIndexChange)="activeIndexChange($event[0])"
|
||||
[simulateTouch]="false"
|
||||
[touchMoveStopPropagation]="false"
|
||||
[elementSizeChangeDebounce]="100"
|
||||
(toEdge)="activeIndexChange($event[0])"
|
||||
(fromEdge)="activeIndexChange($event[0])"
|
||||
[cssMode]="true"
|
||||
[spaceBetween]="0"
|
||||
[slidesPerView]="slidesPerView"
|
||||
class="card-swiper"
|
||||
|
||||
@@ -28,6 +28,16 @@
|
||||
padding-inline: 0;
|
||||
}
|
||||
|
||||
swiper {
|
||||
//noinspection CssInvalidFunction
|
||||
transform: translateY(calc(-1 * var(--spacing-sm)))
|
||||
}
|
||||
|
||||
stapps-section-link-card {
|
||||
// required spacing for box shadow
|
||||
margin-block: var(--spacing-sm);
|
||||
}
|
||||
|
||||
:host {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto auto auto;
|
||||
@@ -46,7 +56,6 @@
|
||||
width: 100%;
|
||||
padding-right: 0;
|
||||
}
|
||||
margin-bottom: var(--spacing-md);
|
||||
}
|
||||
|
||||
ion-button.hidden {
|
||||
|
||||
Reference in New Issue
Block a user