Skip to content

Commit bcea391

Browse files
committed
Fix feature border if no features are installed
1 parent 4d42eea commit bcea391

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

src/components/fragments/FooterFragment.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</li>
1515
</ul>
1616
</div>
17-
<theme-toggle></theme-toggle>
17+
<theme-toggle/>
1818
</div>
1919
</footer>
2020
</template>

src/components/routes/Packages/BasePackage.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,6 @@
284284
margin-bottom: 0 !important;
285285
}
286286
}
287-
288-
&__features {
289-
border-top: 1px solid var(--contao);
290-
}
291287
}
292288
293289
@include screen(600) {

src/components/routes/Packages/FeaturePackage.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@
7171
padding: 6px 16px;
7272
border-top: 1px solid var(--border--light);
7373
74-
&:first-child {
75-
border-top: none;
76-
}
77-
7874
&__name {
7975
font-weight: $font-weight-bold;
8076
white-space: nowrap;

0 commit comments

Comments
 (0)