Skip to content

Commit

Permalink
Fix custom page icon size for openHAB icons (#2445)
Browse files Browse the repository at this point in the history
Regression from #2340.

Reported on the community:
https://community.openhab.org/t/openhab-4-2-milestone-discussion/154316/2?u=florian-h05.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Mar 4, 2024
1 parent 0f343f3 commit da80fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.ui/web/src/components/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:class="{ currentsection: currentUrl === '/page/' + page.uid || currentUrl.indexOf('/page/' + page.uid + '/') === 0 }"
:link="'/page/' + page.uid"
:title="page.config.label" view=".view-main" panel-close>
<oh-icon slot="media" :icon="pageIcon(page)" />
<oh-icon slot="media" :icon="pageIcon(page)" height="18" width="18" />
</f7-list-item>
</f7-list>
<f7-block-title v-if="$store.getters.isAdmin" v-t="'sidebar.administration'" />
Expand Down

0 comments on commit da80fbd

Please sign in to comment.