Skip to content

Commit

Permalink
fixes css of expandcollapsecontent
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Jan 7, 2025
1 parent e720b67 commit 743a9f8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/ExpandCollapseContent.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<script setup>
// import SharedFunctions from '@phila/pinboard/src/components/mixins/SharedFunctions.vue';
// import PrintShareSection from '@phila/pinboard/src/components/PrintShareSection';
const props = defineProps({
item: {
type: Object,
Expand Down Expand Up @@ -48,7 +44,7 @@ const parseTagsList = (list) => {
</script>

<template>
<div :class="isMobile ? 'main-content-mobile' : 'main-content'">
<div class='main-ec-content'>
<print-share-section
:item="item"
/>
Expand Down

0 comments on commit 743a9f8

Please sign in to comment.