Skip to content

Commit

Permalink
webapp: add gap between inverter selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen authored and tbnobody committed Nov 1, 2024
1 parent d3eabc3 commit 376912d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webapp/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
<InverterTotalInfo :totalData="liveData.total" /><br />
<div class="row gy-3">
<div class="col-sm-3 col-md-2" :style="[inverterData.length == 1 ? { display: 'none' } : {}]">
<div class="nav nav-pills row-cols-sm-1" id="v-pills-tab" role="tablist" aria-orientation="vertical">
<div
class="nav nav-pills row-cols-sm-1 gap-3"
id="v-pills-tab"
role="tablist"
aria-orientation="vertical"
>
<button
v-for="inverter in inverterData"
:key="inverter.serial"
Expand Down

0 comments on commit 376912d

Please sign in to comment.