Skip to content

Commit f6b93d5

Browse files
committed
fix: position of reset button
1 parent 7a49dad commit f6b93d5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/components/Package/VersionDistribution.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,3 +600,13 @@ const endDate = computed(() => {
600600
animation: fadeInUp 350ms cubic-bezier(0.4, 0, 0.2, 1);
601601
}
602602
</style>
603+
604+
<style>
605+
/* Override default placement of the refresh button to have it to the minimap's side */
606+
@media screen and (min-width: 767px) {
607+
#version-distribution .vue-data-ui-refresh-button {
608+
top: -0.6rem !important;
609+
left: calc(100% + 2rem) !important;
610+
}
611+
}
612+
</style>

0 commit comments

Comments
 (0)