Skip to content

Commit

Permalink
album: make location marker smaller
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Sep 20, 2024
1 parent cc006f1 commit 8f379b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/top-matter/AlbumDynamicTopMatter.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="album-dtm">
<div v-if="album?.location" class="subtitle">
<MapMarkerOutlineIcon class="icon"></MapMarkerOutlineIcon>
<MapMarkerOutlineIcon class="icon" :size="18" />
<span>{{ album.location }}</span>
</div>

Expand Down Expand Up @@ -80,10 +80,10 @@ export default defineComponent({
color: var(--color-text-lighter);
display: flex;
padding-left: 10px;
}
.icon {
margin-right: 5px;
.icon {
margin-right: 5px;
}
}
> .avatars {
Expand Down

0 comments on commit 8f379b9

Please sign in to comment.