From 514723cf741e58674bcfc3b652affaa751e7d781 Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 21 Dec 2023 22:16:03 +0100 Subject: [PATCH] =?UTF-8?q?poprawki=20typ=C3=B3w;=20u=C5=82o=C5=BCenie=20e?= =?UTF-8?q?lement=C3=B3w=20w=20karcie=20filtr=C3=B3w=20scenerii?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/JournalView/typings.ts | 2 +- src/components/StationsView/StationFilterCard.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/JournalView/typings.ts b/src/components/JournalView/typings.ts index ae7c02b..b9c900d 100644 --- a/src/components/JournalView/typings.ts +++ b/src/components/JournalView/typings.ts @@ -17,7 +17,7 @@ export namespace Journal { }; export type TimetableSorterKey = 'timetableId' | 'beginDate' | 'distance' | 'total-stops'; - export type DispatcherSorterKey = 'timestampFrom' | 'duration'; + export type DispatcherSorterKey = 'timestampFrom' | 'duration' | ''; export interface DispatcherSorter { id: DispatcherSorterKey; diff --git a/src/components/StationsView/StationFilterCard.vue b/src/components/StationsView/StationFilterCard.vue index c4ec7f4..c664778 100644 --- a/src/components/StationsView/StationFilterCard.vue +++ b/src/components/StationsView/StationFilterCard.vue @@ -447,7 +447,7 @@ export default defineComponent({ .section-inputs { display: grid; - grid-template-columns: repeat(3, minmax(0, 1fr)); + grid-template-columns: repeat(3, 1fr); gap: 0.5em; margin: 1em 0; }