1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Migrate to bootstrap 5

This commit is contained in:
Chocobozzz 2022-06-08 16:14:24 +02:00
parent b89b0bfce9
commit 4c8749cb9e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
128 changed files with 730 additions and 855 deletions

View file

@ -16,26 +16,3 @@
font-size: 15px;
margin-bottom: 15px;
}
ngb-accordion ::ng-deep {
.card {
border-color: var(--mainBackgroundColor);
.card-header {
background-color: unset;
padding: 0;
+ .collapse.show {
background-color: var(--submenuBackgroundColor);
}
}
}
.btn {
@include peertube-button;
@include grey-button;
border-radius: unset;
width: 100%;
}
}

View file

@ -1,6 +1,6 @@
<div *ngIf="serverConfig" class="feature-table">
<table class="table" *ngIf="serverConfig">
<table *ngIf="serverConfig">
<caption i18n>Features found on this instance</caption>
<tr>
<th i18n class="label" scope="row">PeerTube version</th>

View file

@ -4,6 +4,7 @@
table {
font-size: 14px;
color: pvar(--mainForegroundColor);
width: 100%;
.label,
.sub-label {
@ -24,8 +25,10 @@ table {
}
}
th,
td {
vertical-align: middle;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
}
caption {