chore: changed alignment and order of history mode buttons

This commit is contained in:
2025-11-22 22:05:20 +01:00
parent 5018e21736
commit 8840576796
@@ -106,7 +106,7 @@ import { useApiStore } from '../../store/apiStore';
import routerMixin from '../../mixins/routerMixin';
import { useMainStore } from '../../store/mainStore';
const historyModeList = ['includesScenery', 'via', 'issuedFrom', 'terminatingAt'] as const;
const historyModeList = ['includesScenery', 'issuedFrom', 'via', 'terminatingAt'] as const;
type HistoryMode = (typeof historyModeList)[number];
export default defineComponent({
@@ -218,7 +218,6 @@ export default defineComponent({
button {
padding: 0.35em;
min-width: 120px;
}
}