This commit is contained in:
pa
2025-11-09 22:02:26 +09:00
committed by Natsumi
parent bbd5fa2b21
commit e4fae89b61
3 changed files with 6 additions and 6 deletions

View File

@@ -149,7 +149,7 @@
import { getFriendsLocations } from '../../shared/utils/location.js';
import { useFriendStore } from '../../stores';
import FriendLocationCard from './components/FriendLocationCard.vue';
import FriendLocationCard from './components/FriendsLocationsCard.vue';
import configRepository from '../../service/config.js';
const { t } = useI18n();

View File

@@ -90,7 +90,7 @@
gap: calc(14px * var(--card-scale));
border-radius: calc(8px * var(--card-scale));
background: #fff;
border: 1px solid rgba(148, 163, 184, 0.32);
border: 1px solid var(--el-border-color);
box-shadow: 0 calc(6px * var(--card-scale)) calc(16px * var(--card-scale)) rgba(15, 23, 42, 0.04);
transition:
box-shadow 0.2s ease,