Skip to content

Commit

Permalink
adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Nov 18, 2024
1 parent 4516f4f commit b95010c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nodes/NodeListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</div>

<!-- our node battery level -->
<div v-if="node.num === GlobalState.myNodeId && node.deviceMetrics && node.deviceMetrics.batteryLevel != null" class="my-auto flex text-gray-500 space-x-1">
<div v-if="node.num === GlobalState.myNodeId && node.deviceMetrics && node.deviceMetrics.batteryLevel != null" class="ml-1 my-auto flex text-gray-500">
<div class="my-auto text-sm">
<span v-if="node.deviceMetrics.batteryLevel === 101">CHG</span>
<span v-else>{{ node.deviceMetrics.batteryLevel }}%</span>
Expand Down

0 comments on commit b95010c

Please sign in to comment.