diff --git a/src/css/style.less b/src/css/style.less index 73c1df0..8e25494 100644 --- a/src/css/style.less +++ b/src/css/style.less @@ -3570,7 +3570,8 @@ button.swiper-pagination-bullet { font-weight: 400; color: var(--theme); transition: all .5s; - top: 50%; left: 0; + top: 50%; + left: 0; transform: rotate(0deg) translateY(-50%); } @@ -3593,13 +3594,11 @@ button.swiper-pagination-bullet { width: 0.5em; height: 0.5em; left: 0; - top: 0.5em; position: absolute; border: 1px solid var(--theme); background: 0 0; transition: all .5s; - transform: rotateZ(45deg); - top: 50%; left: 0; + top: 50%; transform: rotateZ(45deg) translateY(-50%); }