Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Dec 13, 2023
1 parent eac4c62 commit f33a79b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<f7-link v-if="addon" class="addon-card padding-right-half" :href="'/addons/' + addon.uid">
<f7-link v-if="addon" class="addon-card" :href="'/addons/' + addon.uid">
<div class="addon-card-inner card">
<div class="addon-card-headline">
<div>{{ headline || autoHeadline || "&nbsp;" }}</div>
Expand Down Expand Up @@ -36,7 +36,9 @@

<style lang="stylus">
.addon-card
padding 5px
padding-left 10px
padding-right 15px
padding-bottom 5px
width: 100%
position relative
Expand Down

0 comments on commit f33a79b

Please sign in to comment.