Skip to content

Commit

Permalink
Merge pull request #9301 from vinodkumar45/release-8.0.0
Browse files Browse the repository at this point in the history
ED-4333 SCSS support -- All Players alignments and UI issues
  • Loading branch information
rajeevsathish authored Jun 5, 2024
2 parents 9bb18db + 5b0e957 commit b264c7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@
overflow: hidden;
position: relative;
}
.contentViewerIframeShadow.player-fullscreen .custom-web-player{
height: calc(100vh - 4rem);
}
6 changes: 6 additions & 0 deletions src/app/client/src/assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1567,4 +1567,10 @@ html[layout="joy"] .sb-modal-content .ui.center.aligned.segment {
font-size: 1rem;
font-weight: normal;
padding: calculateRem(10px) 0;
}
.mat-mdc-tab-body.mat-mdc-tab-body-active{
margin-top: 1rem;
}
.mat-mdc-tab .mdc-tab__text-label {
font-weight: bold;
}

0 comments on commit b264c7a

Please sign in to comment.