Skip to content

Commit

Permalink
orientation label over "linked by pixel"
Browse files Browse the repository at this point in the history
to mimic label over dropdown
  • Loading branch information
kecnry committed Dec 2, 2024
1 parent 3a894cc commit b9e3a22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jdaviz/configs/default/plugins/data_menu/data_menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
@click="() => {open_orientation_plugin()}"
>
<v-icon class="invert-if-dark" style="margin-right: 8px">mdi-compass-outline</v-icon>
<span v-if="!orientation_align_by_wcs" class="invert-if-dark">linked by pixel</span>
<label v-if="!orientation_align_by_wcs" style="font-size: 12px; line-height: 20px; color: rgba(0, 0, 0, 0.6); position: absolute; top: -5px">Orientation</label>
<span v-if="!orientation_align_by_wcs" class="invert-if-dark" style="position: absolute; margin-top: 12px">linked by pixel</span>
</span>
</j-tooltip>
<v-select
Expand Down

0 comments on commit b9e3a22

Please sign in to comment.