-
+
+
+ Explore the artwork geographically
+
+
+
@@ -16,7 +17,7 @@ import type { Marker } from 'leaflet';
import type { Tile, CoordinatesTileData, Resource, Prefetch, MapResource } from '@/types';
import L from 'leaflet';
import { useRouter, useRoute } from 'vue-router';
-import { ChevronDoubleRightIcon, ChevronDoubleDownIcon } from '@heroicons/vue/24/solid';
+import { ChevronRightIcon } from '@heroicons/vue/24/solid';
const router = useRouter();
const route = useRoute();
@@ -94,19 +95,26 @@ watch(
diff --git a/front-end/src/components/MoreArtworksByArtist.vue b/front-end/src/components/MoreArtworksByArtist.vue
index 0f5efd4..bdcccc6 100644
--- a/front-end/src/components/MoreArtworksByArtist.vue
+++ b/front-end/src/components/MoreArtworksByArtist.vue
@@ -61,7 +61,7 @@ const relatedArtworks = artist
.more-artworks-by-artist-title {
font-style: normal;
font-weight: 700;
- font-size: var(--wac-font-size--med);
+ font-size: var(--wac--font-size);
line-height: 100%;
color: #000000;
diff --git a/front-end/src/components/ResourceDetail.vue b/front-end/src/components/ResourceDetail.vue
index a692098..4bb8fcd 100644
--- a/front-end/src/components/ResourceDetail.vue
+++ b/front-end/src/components/ResourceDetail.vue
@@ -51,7 +51,7 @@
.resource-detail-metadata-title {
font-style: normal;
font-weight: 700;
- font-size: var(--wac-font-size--med);
+ font-size: var(--wac--font-size);
line-height: 100%;
color: #999999;
@@ -60,7 +60,7 @@
.resource-detail-metadata-content {
font-style: normal;
font-weight: 400;
- font-size: var(--wac-font-size--med);
+ font-size: var(--wac--font-size);
line-height: 140%;
color: #999999;
@@ -69,14 +69,14 @@
.resource-detail-header-label {
font-style: normal;
font-weight: 400;
- font-size: var(--wac-font-size--lg);
+ font-size: var(--wac--font-size--lg);
line-height: 100%;
}
.resource-detail-header-title {
font-style: normal;
font-weight: 900;
- font-size: var(--wac-font-size--xxl);
+ font-size: var(--wac--font-size--xxl);
line-height: 100%;
}
diff --git a/front-end/src/components/ResourceDetailItem.vue b/front-end/src/components/ResourceDetailItem.vue
index cad3616..bb884fb 100644
--- a/front-end/src/components/ResourceDetailItem.vue
+++ b/front-end/src/components/ResourceDetailItem.vue
@@ -56,7 +56,7 @@ const imageUrl = props.imageUrl ? import.meta.env.VITE_ARCHES_API_URL + props.im
.resource-detail-item-header-byline {
font-style: normal;
font-weight: 700;
- font-size: var(--wac-font-size--med);
+ font-size: var(--wac--font-size);
line-height: 100%;
color: #000000;
@@ -65,7 +65,7 @@ const imageUrl = props.imageUrl ? import.meta.env.VITE_ARCHES_API_URL + props.im
.resource-detail-item-header-title {
font-style: normal;
font-weight: 900;
- font-size: var(--wac-font-size--xxl);
+ font-size: var(--wac--font-size--xxl);
line-height: 120%;
text-decoration-line: underline;
@@ -75,7 +75,7 @@ const imageUrl = props.imageUrl ? import.meta.env.VITE_ARCHES_API_URL + props.im
.resource-detail-item-credit {
font-style: normal;
font-weight: 400;
- font-size: var(--wac-font-size--med);
+ font-size: var(--wac--font-size);
line-height: 140%;
color: #000000;
diff --git a/front-end/src/components/ResourcePanel.vue b/front-end/src/components/ResourcePanel.vue
index 8d57faa..a69fd85 100644
--- a/front-end/src/components/ResourcePanel.vue
+++ b/front-end/src/components/ResourcePanel.vue
@@ -112,13 +112,4 @@ const isProd = import.meta.env.PROD;
.resource-detail-back-button {
cursor: pointer;
}
-
-@media (min-width: 940px) {
- .resource-detail {
- height: 100vh;
- }
- .resource-detail {
- overflow-y: scroll;
- }
-}
diff --git a/front-end/src/components/SearchList.vue b/front-end/src/components/SearchList.vue
index 49d7ac6..4f10e42 100644
--- a/front-end/src/components/SearchList.vue
+++ b/front-end/src/components/SearchList.vue
@@ -40,7 +40,7 @@