diff --git a/package.json b/package.json
index 7c67450afa..db94b59354 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "calckey",
- "version": "12.118.1-calc.12.9",
+ "version": "12.118.1-calc.2-rc.0",
"codename": "aqua",
"repository": {
"type": "git",
diff --git a/packages/client/src/pages/timeline.vue b/packages/client/src/pages/timeline.vue
index 69c6fd3601..2a1d2fc051 100644
--- a/packages/client/src/pages/timeline.vue
+++ b/packages/client/src/pages/timeline.vue
@@ -36,7 +36,7 @@
/>
-
+
import { defineAsyncComponent, computed, watch, ref } from 'vue';
-import { Pagination, Virtual } from 'swiper';
import { Swiper, SwiperSlide } from 'swiper/vue';
import XTimeline from '@/components/timeline.vue';
import XPostForm from '@/components/post-form.vue';
@@ -318,19 +317,5 @@ definePageMetadata(
border-radius: var(--radius);
overflow: clip;
}
-
- > .swiper-pagination-bullet-active {
- background: var(--accent, var(--panel));
- }
-}
-
-.swiper-pagination {
- position: fixed;
- top: 5rem;
- z-index: 1001;
- background-color: var(--panelHighlight);
- padding: 0.5rem 1rem;
- border-radius: 999px;
- color: var(--accent);
}