Skip to content

Commit cc59a12

Browse files
authored
Update formatting in cards and settings dialogs (#2503)
1 parent fb04e86 commit cc59a12

3 files changed

Lines changed: 13 additions & 19 deletions

File tree

packages/modules/web_themes/koala/source/src/components/BatteryCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{{ power }}
2525
</div>
2626
</div>
27-
<div v-if="showSettings" class="row q-mt-md text-subtitle2">
27+
<div v-if="showSettings" class="row q-mt-md justify-between text-subtitle2">
2828
<div>Laden mit Überschuss:</div>
2929
<div class="q-ml-sm row items-center">
3030
<q-icon

packages/modules/web_themes/koala/source/src/components/ChargePointPvSettings.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@
105105
</div>
106106
</div>
107107

108-
<div class="row items-center justify-between q-ma-none q-pa-none no-wrap">
108+
<div class="row items-center justify-between q-ma-none q-pa-none no-wrap q-mt-md">
109109
<div class="text-subtitle2 q-mr-sm">Einspeisegrenze beachten</div>
110110
<div>
111-
<ToggleStandard v-model="feedInLimit.value" />
111+
<ToggleStandard dense v-model="feedInLimit.value" />
112112
</div>
113113
</div>
114114
</template>

packages/modules/web_themes/koala/source/src/components/ChargePointSettings.vue

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
</div>
1313
</q-card-section>
1414
<q-card-section class="q-py-none">
15-
<div class="row items-center no-wrap">
16-
<div class="col text-subtitle2">Ladepunkt sperren</div>
17-
<div class="col">
18-
<ChargePointLock :charge-point-id="props.chargePointId" dense />
19-
</div>
15+
<div class="row items-center justify-between">
16+
<div class="text-subtitle2">Ladepunkt sperren</div>
17+
<ChargePointLock :charge-point-id="props.chargePointId" dense />
2018
</div>
2119
<q-separator class="q-mt-sm" />
2220
<div class="row items-center q-mt-sm">
@@ -28,17 +26,13 @@
2826
:readonly="false"
2927
/>
3028
</div>
31-
<div class="row items-center no-wrap q-mt-sm">
32-
<div class="col row items-center">
33-
<div class="col text-subtitle2">Priorität</div>
34-
<div class="col">
35-
<ChargePointPriority
36-
:charge-point-id="props.chargePointId"
37-
:readonly="false"
38-
dense
39-
/>
40-
</div>
41-
</div>
29+
<div class="row items-center justify-between q-mt-sm">
30+
<div class="text-subtitle2">Priorität</div>
31+
<ChargePointPriority
32+
:charge-point-id="props.chargePointId"
33+
:readonly="false"
34+
dense
35+
/>
4236
</div>
4337
<q-separator class="q-mt-sm" />
4438
<div class="row items-center no-wrap">

0 commit comments

Comments
 (0)