Skip to content

Commit

Permalink
Update client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Aug 16, 2024
1 parent c255ea9 commit 1261bdf
Show file tree
Hide file tree
Showing 4 changed files with 2,012 additions and 2,332 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions client/src/sass/bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions client/src/sass/player/dock.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
.peertube-dock {
--avatarSize: 48px;

@include padding-right(60px);

transition: opacity 0.1s;

display: flex;
Expand All @@ -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 {
Expand Down
Loading

0 comments on commit 1261bdf

Please sign in to comment.