Skip to content

Commit 93bb86d

Browse files
committed
Merge branch 'master' of https://github.com/nolimits4web/swiper
2 parents ec358de + 9cd8f82 commit 93bb86d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/navigation/navigation.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
top: 50%;
2323
width: calc(var(--swiper-navigation-size) / 44 * 27);
2424
height: var(--swiper-navigation-size);
25-
margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
25+
margin-top: calc(0 - (var(--swiper-navigation-size) / 2));
2626
z-index: 10;
2727
cursor: pointer;
2828
display: flex;

src/components/navigation/navigation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
top: 50%;
1313
width: calc(var(--swiper-navigation-size) / 44 * 27);
1414
height: var(--swiper-navigation-size);
15-
margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
15+
margin-top: calc(0 - (var(--swiper-navigation-size) / 2));
1616
z-index: 10;
1717
cursor: pointer;
1818
display: flex;

0 commit comments

Comments
 (0)