Skip to content

Commit

Permalink
Fix feature border if no features are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jun 14, 2024
1 parent 4d42eea commit bcea391
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion src/components/fragments/FooterFragment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</li>
</ul>
</div>
<theme-toggle></theme-toggle>
<theme-toggle/>
</div>
</footer>
</template>
Expand Down
4 changes: 0 additions & 4 deletions src/components/routes/Packages/BasePackage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,6 @@
margin-bottom: 0 !important;
}
}
&__features {
border-top: 1px solid var(--contao);
}
}
@include screen(600) {
Expand Down
4 changes: 0 additions & 4 deletions src/components/routes/Packages/FeaturePackage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@
padding: 6px 16px;
border-top: 1px solid var(--border--light);
&:first-child {
border-top: none;
}
&__name {
font-weight: $font-weight-bold;
white-space: nowrap;
Expand Down

0 comments on commit bcea391

Please sign in to comment.