Update client dependencies

This commit is contained in:
Chocobozzz 2024-08-16 14:36:59 +02:00
parent c255ea92cf
commit 1261bdf1d8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
4 changed files with 1986 additions and 2306 deletions

View File

@ -87,7 +87,7 @@
"@wdio/mocha-framework": "^8.10.4",
"@wdio/shared-store-service": "^8.10.5",
"@wdio/spec-reporter": "^8.10.5",
"angularx-qrcode": "17.0.1",
"angularx-qrcode": "18.0.1",
"bootstrap": "^5.1.3",
"buffer": "^6.0.3",
"chart.js": "^4.3.0",
@ -121,7 +121,7 @@
"typescript": "~5.4.5",
"video.js": "^7.19.2",
"vite": "^5.3.1",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-node-polyfills": "^0.22.0",
"zone.js": "~0.14.2"
},

View File

@ -228,21 +228,21 @@ body {
}
a {
@include disable-default-a-behaviour;
color: pvar(--mainForegroundColor);
@include disable-default-a-behaviour;
}
}
.nav-tabs .nav-link {
@include disable-default-a-behaviour;
color: pvar(--mainForegroundColor);
font-weight: $font-semibold;
border: 0;
border-bottom: 2px solid transparent;
opacity: 0.7;
@include disable-default-a-behaviour;
&.active {
color: pvar(--mainForegroundColor);
background-color: pvar(--mainBackgroundColor) !important;

View File

@ -8,8 +8,6 @@
.peertube-dock {
--avatarSize: 48px;
@include padding-right(60px);
transition: opacity 0.1s;
display: flex;
@ -23,6 +21,8 @@
font-size: 23px;
padding: $dock-padding;
background: linear-gradient(to bottom, rgba(20, 20, 20, .7) 0, rgba(20, 20, 20, 0));
@include padding-right(60px);
}
.peertube-dock-avatar {

File diff suppressed because it is too large Load Diff