From 53d3e2d83635f8efd000eb431814f120f86d8d26 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 9 May 2024 18:08:54 +0300 Subject: [PATCH] nounswiped --- .../_shared/SolidSwiper/Swiper.module.scss | 12 ------------ src/graphql/client/core.ts | 1 - 2 files changed, 13 deletions(-) diff --git a/src/components/_shared/SolidSwiper/Swiper.module.scss b/src/components/_shared/SolidSwiper/Swiper.module.scss index 78d205e2..f66de2fc 100644 --- a/src/components/_shared/SolidSwiper/Swiper.module.scss +++ b/src/components/_shared/SolidSwiper/Swiper.module.scss @@ -8,18 +8,6 @@ } } -.unswiped { - width: 100%; - margin: 2rem 0; - margin-bottom: 6rem; - padding-bottom: 2rem; - display: block; - - h2 { - text-align: center; - } -} - .Swiper { display: block; margin: 2rem 0; diff --git a/src/graphql/client/core.ts b/src/graphql/client/core.ts index bab144f9..bbfa00f4 100644 --- a/src/graphql/client/core.ts +++ b/src/graphql/client/core.ts @@ -1,6 +1,5 @@ import type { Author, - AuthorFollowsResult, CommonResult, FollowingEntity, LoadShoutsOptions,