Skip to content

Commit

Permalink
[mirotalksfu] - #171 improve VideoManuBar UI
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Oct 31, 2024
1 parent fe1bf78 commit dc00ee4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions public/css/VideoGrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,13 @@
display: inline;
top: 0;
left: 0;
padding: 20px;
background: rgba(0, 0, 0, 0.9);
padding: 15px;
width: 100%;
font-size: small;
font-weight: bold;
text-align: center;
width: 100%;
background: var(--body-bg);
box-shadow: var(--box-shadow);
cursor: default;
overflow: hidden;
}
Expand Down Expand Up @@ -376,6 +377,6 @@ input[type='range'] {
left: 0px;
}
.expand-video-content .peer-name {
font-size: 10px;
font-size: 12px;
}
}

0 comments on commit dc00ee4

Please sign in to comment.