Skip to content

Commit

Permalink
style: visual improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Sep 3, 2024
1 parent c63d162 commit 3ae3d46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { TranslateModule } from '@ngx-translate/core';
width="48"
onerror="this.style.display='none'"
/>
<p matListItemLine class="channel-name">
<p matListItemTitle class="channel-name">
{{ name }}
</p>
<button
Expand Down
3 changes: 2 additions & 1 deletion src/app/shared/components/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@

.subtitle {
color: #999;
font-size: 0.8em;
font-size: 0.7em;
margin-top: 5px;
text-wrap: pretty;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ textarea,

.cet-container {
.video-js {
height: calc(100vh - 82px) !important;
height: calc(100vh - 93px) !important;
}

app-web-player-view > app-vjs-player > .video-js {
Expand Down

0 comments on commit 3ae3d46

Please sign in to comment.