From 89a1bc87d3b773afd5b1cb4d57128092652af4cd Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 22 Aug 2022 23:33:08 -0700 Subject: [PATCH] rc --- package.json | 2 +- packages/client/src/pages/timeline.vue | 17 +---------------- 2 files changed, 2 insertions(+), 17 deletions(-) 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); }